mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-12-22 17:49:48 +01:00
Window-Rules: add descriptions for scrollmouse
and scrolltouchpad
This commit is contained in:
parent
b8cdb07237
commit
0bcef641ea
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue