From 6d2a688aebaa65976f09d40236e7849190480d7f Mon Sep 17 00:00:00 2001 From: vaxerski Date: Mon, 16 Jan 2023 16:07:05 +0100 Subject: [PATCH] mention dimaround float --- pages/Configuring/Window-Rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Configuring/Window-Rules.md b/pages/Configuring/Window-Rules.md index 7687f53..cd661a6 100644 --- a/pages/Configuring/Window-Rules.md +++ b/pages/Configuring/Window-Rules.md @@ -91,7 +91,7 @@ you can use `hyprctl clients`. | idleinhibit \[mode\] | sets an idle inhibit rule for the window. If active, apps like `swayidle` will not fire. Modes: `none`, `always`, `focus`, `fullscreen` | | | unset | removes all previously set rules for the given parameters. Please note it has to match EXACTLY. | | | nomaxsize | removes max size limitations. Especially useful with windows that report invalid max sizes (e.g. winecfg) | | -| dimaround | dims everything around the window | ✓ | +| dimaround | dims everything around the window . Please note this rule is meant for floating windows and using it on tiled ones may result in strange behavior. | ✓ | ### Example Rules