Fix pointer accel for trackpads
This commit is contained in:
parent
e98b34ee05
commit
42b10fdf85
3 changed files with 8 additions and 6 deletions
|
@ -8,9 +8,6 @@ scrolloff = 8
|
||||||
rulers = [80, 120]
|
rulers = [80, 120]
|
||||||
cursorline = true
|
cursorline = true
|
||||||
|
|
||||||
[editor.soft-wrap]
|
|
||||||
enable = true
|
|
||||||
|
|
||||||
[editor.cursor-shape]
|
[editor.cursor-shape]
|
||||||
normal = "block"
|
normal = "block"
|
||||||
insert = "bar"
|
insert = "bar"
|
||||||
|
|
|
@ -7,8 +7,13 @@ input type:keyboard {
|
||||||
xkb_options ctrl:nocaps
|
xkb_options ctrl:nocaps
|
||||||
}
|
}
|
||||||
|
|
||||||
input type:touchscreen {
|
# disabled since we don't have a broken touch screen anymore
|
||||||
events disabled
|
# input type:touchscreen {
|
||||||
|
# events disabled
|
||||||
|
# }
|
||||||
|
|
||||||
|
input type:touchpad {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
exec firefox
|
exec firefox
|
||||||
|
|
|
@ -39,7 +39,7 @@ input type:touchpad {
|
||||||
tap enabled
|
tap enabled
|
||||||
natural_scroll enabled
|
natural_scroll enabled
|
||||||
middle_emulation enabled
|
middle_emulation enabled
|
||||||
pointer_accel 0.33
|
# pointer_accel
|
||||||
}
|
}
|
||||||
|
|
||||||
bindsym $mod+control+space exec makoctl dismiss
|
bindsym $mod+control+space exec makoctl dismiss
|
||||||
|
|
Reference in a new issue