windowrules: document nofollowmouse (#1028)

* windowrules: document nofollowmouse

* e

* e

might wanna specify the category

* e

eee
This commit is contained in:
nyx 2025-04-21 14:48:29 -04:00 committed by GitHub
parent 0e5668e0c0
commit f282b2555f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 |