Fix pointer accel for trackpads

This commit is contained in:
Daniel Flanagan 2023-04-30 10:37:49 -05:00
parent e98b34ee05
commit 42b10fdf85
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
3 changed files with 8 additions and 6 deletions

View File

@ -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"

View File

@ -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

View File

@ -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