From 79060a1acfa0e8605d81ccb3c4e95a2ffcdecce1 Mon Sep 17 00:00:00 2001 From: Dashie Date: Sat, 26 Nov 2022 21:44:58 +0100 Subject: [PATCH] feat: add nofullscreenrequest rule (#64) --- pages/Configuring/Window-Rules.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Window-Rules.md b/pages/Configuring/Window-Rules.md index 06e3d5a..94d9f1f 100644 --- a/pages/Configuring/Window-Rules.md +++ b/pages/Configuring/Window-Rules.md @@ -65,6 +65,7 @@ you can use `hyprctl clients`. | float | floats a window | | | tile | tiles a window | | | fullscreen | fullscreens a window | | +| nofullscreenrequest | prevents windows from requesting fullscreen mode, you can still manually toggle fullscreen. | | | 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. | | | 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) | |