forked from Shinonome/dots-hyprland
disable touchpad scroll tweak by default
This commit is contained in:
@@ -202,7 +202,7 @@ Singleton {
|
|||||||
|
|
||||||
property JsonObject interactions: JsonObject {
|
property JsonObject interactions: JsonObject {
|
||||||
property JsonObject scrolling: JsonObject {
|
property JsonObject scrolling: JsonObject {
|
||||||
property bool fasterTouchpadScroll: true // Enable faster scrolling with touchpad
|
property bool fasterTouchpadScroll: false // Enable faster scrolling with touchpad
|
||||||
property int mouseScrollDeltaThreshold: 120 // delta >= this then it gets detected as mouse scroll rather than touchpad
|
property int mouseScrollDeltaThreshold: 120 // delta >= this then it gets detected as mouse scroll rather than touchpad
|
||||||
property int mouseScrollFactor: 120
|
property int mouseScrollFactor: 120
|
||||||
property int touchpadScrollFactor: 450
|
property int touchpadScrollFactor: 450
|
||||||
|
|||||||
Reference in New Issue
Block a user