From 0bcef641eab607d3ac96896222ca6184608a2608 Mon Sep 17 00:00:00 2001 From: Mike Will Date: Mon, 9 Dec 2024 18:20:29 -0500 Subject: [PATCH] Window-Rules: add descriptions for `scrollmouse` and `scrolltouchpad` --- pages/Configuring/Window-Rules.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/Configuring/Window-Rules.md b/pages/Configuring/Window-Rules.md index b428dce..c636950 100644 --- a/pages/Configuring/Window-Rules.md +++ b/pages/Configuring/Window-Rules.md @@ -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). | | 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`` | +| 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 for default.