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