Window-Rules: add descriptions for scrollmouse and scrolltouchpad

This commit is contained in:
Mike Will 2024-12-09 18:20:29 -05:00 committed by Mihai Fufezan
parent b8cdb07237
commit 0bcef641ea

View file

@ -166,6 +166,8 @@ The following rules can also be set with [`setprop`](../Dispatchers#setprop):
| immediate \[on\] | forces the window to allow to be torn. See [the Tearing page](../Tearing). | | immediate \[on\] | forces the window to allow to be torn. See [the Tearing page](../Tearing). |
| xray \[on\] | sets blur xray mode for the window | | xray \[on\] | sets blur xray mode for the window |
| renderunfocused | forces the window to think it's being rendered when it's not visible - see also [Variables - Misc](../Variables/#Misc) for setting ``render_unfocused_fps`` | | renderunfocused | forces the window to think it's being rendered when it's not visible - see also [Variables - Misc](../Variables/#Misc) for setting ``render_unfocused_fps`` |
| scrollmouse \[float\] | forces the window to override the variable `input:scroll_factor` |
| scrolltouchpad \[float\] | forces the window to override the variable `input:touchpad:scroll_factor` |
When using window rules, \[on\] can be set to `0` for off, `1` for on or not set When using window rules, \[on\] can be set to `0` for off, `1` for on or not set
for default. for default.