From eac4ab3e3c249008d9596023f79dbc2d31012600 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 8 Aug 2025 22:09:45 +0700 Subject: [PATCH] enable faster touchpad scroll --- .config/quickshell/ii/modules/common/Config.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/ii/modules/common/Config.qml b/.config/quickshell/ii/modules/common/Config.qml index d115062d0..d3a9d2f0f 100644 --- a/.config/quickshell/ii/modules/common/Config.qml +++ b/.config/quickshell/ii/modules/common/Config.qml @@ -191,7 +191,7 @@ Singleton { property JsonObject interactions: JsonObject { property JsonObject scrolling: JsonObject { - property bool fasterTouchpadScroll: false // Enable faster scrolling with touchpad + property bool fasterTouchpadScroll: true // Enable faster scrolling with touchpad property int mouseScrollDeltaThreshold: 120 // delta >= this then it gets detected as mouse scroll rather than touchpad property int mouseScrollFactor: 120 property int touchpadScrollFactor: 450