mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-02 11:45:57 +01:00
feat: add nofullscreenrequest rule (#64)
This commit is contained in:
parent
13d48d4f1a
commit
79060a1acf
1 changed files with 1 additions and 0 deletions
|
@ -65,6 +65,7 @@ you can use `hyprctl clients`.
|
||||||
| float | floats a window | |
|
| float | floats a window | |
|
||||||
| tile | tiles a window | |
|
| tile | tiles a window | |
|
||||||
| fullscreen | fullscreens 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. | |
|
| 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) | |
|
| 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) | |
|
| minsize \[x\] \[y\] | sets the minimum size on creation (x,y -> int) | |
|
||||||
|
|
Loading…
Reference in a new issue