From 1c1046e90269b8436bd68cb8b4cbd56426652ab7 Mon Sep 17 00:00:00 2001 From: alaricljs Date: Tue, 12 Sep 2023 04:56:23 -0400 Subject: [PATCH] wrv2 move onscreen (#338) Co-authored-by: Leeman --- 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 3bdf37d..f146920 100644 --- a/pages/Configuring/Window-Rules.md +++ b/pages/Configuring/Window-Rules.md @@ -82,7 +82,7 @@ you can use `hyprctl clients`. | maximize | maximizes a window | | | nofullscreenrequest | prevents windows from requesting fullscreen mode, you can still manually toggle fullscreen. | | | nomaximizerequest | prevents windows from requesting maximized mode, you can still manually toggle maximize. | | -| move \[x\] \[y\] | moves a floating window (x,y -> int or %, e.g. 20% or 100. You are also allowed to do `100%-` for the right/bottom anchor, e.g. `100%-20`) Additionally, you can also do `cursor [x] [y]` where x and y are either pixels or percent. Percent is calculated from the window's size. | | +| move \[x\] \[y\] | moves a floating window (x,y -> int or %, e.g. 20% or 100. You are also allowed to do `100%-` for the right/bottom anchor, e.g. `100%-20`). Additionally, you can also do `cursor [x] [y]` where x and y are either pixels or percent. Percent is calculated from the window's size. Specify `onscreen` before other parameters to force the window into the screen (e.g. `move onscreen cursor 50% 50%`) | | | size \[x\] \[y\] | resizes a floating window (x,y -> int or %, e.g. 20% or 100) | | | minsize \[x\] \[y\] | sets the minimum size on creation (x,y -> int) | | | maxsize \[x\] \[y\] | sets the maximum size on creation (x,y -> int) | |