From b560f6dd4b4c9bfe74cc328b0e1d812039cec1ae Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Fri, 23 Dec 2022 19:34:57 +0000 Subject: [PATCH] added maximize wr --- 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 d1f1937..7244f0e 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 | | +| maximize | maximizes 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) | |