From db213bb8af5db5778bc68e03ca79f2113d55c9d2 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sat, 18 Mar 2023 01:34:58 +0000 Subject: [PATCH] windowrules: allow monitor by str --- 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 1f2be5c..a5fa21f 100644 --- a/pages/Configuring/Window-Rules.md +++ b/pages/Configuring/Window-Rules.md @@ -73,7 +73,7 @@ you can use `hyprctl clients`. | maxsize \[x\] \[y\] | sets the maximum size on creation (x,y -> int) | | | center | if the window is floating, will center it on the monitor | | | pseudo | pseudotiles a window | | -| monitor \[id\] | sets the monitor on which a window should open | | +| monitor \[id\] | sets the monitor on which a window should open. `id` can be either id or name (either e.g. `1` or e.g. `DP-1`) | | | workspace \[w\] | sets the workspace on which a window should open (for workspace syntax, see [dispatchers->workspaces](../Dispatchers#workspaces)). You can also make \[w\] to `unset`, will unset all previous workspace rules applied to this window. You can also add `silent` after the workspace to make the window open silently. | | | opacity \[a\] | additional opacity multiplier. Options for a: `float` -> sets an opacity OR `float float` -> sets activeopacity and inactiveopacity respectively. You can also add `override` after an opacity to make it override instead of a multiplier. (e.g. `1.0 override 0.5 override`) |✓| | opaque | forces the window to be opaque (can be toggled with the toggleopaque dispatcher) |✓|