mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-05-13 05:30:37 +01:00
windowrules: document nofollowmouse (#1028)
* windowrules: document nofollowmouse * e * e might wanna specify the category * e eee
This commit is contained in:
parent
0e5668e0c0
commit
f282b2555f
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ The following rules can also be set with [`setprop`](../Dispatchers#setprop):
|
||||||
| noborder \[on\] | disables borders for the window |
|
| noborder \[on\] | disables borders for the window |
|
||||||
| nodim \[on\] | disables window dimming for the window |
|
| nodim \[on\] | disables window dimming for the window |
|
||||||
| nofocus \[on\] | disables focus to the window |
|
| nofocus \[on\] | disables focus to the window |
|
||||||
|
| nofollowmouse \[on\] | prevents the window from being focused when the mouse moves over it when `input:follow_mouse=1` is set |
|
||||||
| nomaxsize \[on\] | disables max size for the window |
|
| nomaxsize \[on\] | disables max size for the window |
|
||||||
| norounding \[on\] | disables rounding for the window |
|
| norounding \[on\] | disables rounding for the window |
|
||||||
| noshadow \[on\] | disables shadows for the window |
|
| noshadow \[on\] | disables shadows for the window |
|
||||||
|
|
Loading…
Reference in a new issue