forked from Shinonome/dots-hyprland
fix(touchpad): differentiate scroll speed between touchpad and mouse wheel
This commit is contained in:
@@ -282,6 +282,9 @@ Inline w/ backslash and round brackets \\(e^{i\\pi} + 1 = 0\\)
|
||||
spacing: 10
|
||||
popin: false
|
||||
|
||||
touchpadScrollFactor: 600
|
||||
mouseScrollFactor: 200
|
||||
|
||||
property int lastResponseLength: 0
|
||||
|
||||
clip: true
|
||||
|
||||
@@ -137,6 +137,9 @@ Item {
|
||||
anchors.fill: parent
|
||||
spacing: 10
|
||||
|
||||
touchpadScrollFactor: 600
|
||||
mouseScrollFactor: 200
|
||||
|
||||
property int lastResponseLength: 0
|
||||
|
||||
clip: true
|
||||
|
||||
Reference in New Issue
Block a user