1
1
mirror of https://github.com/rywng/dotfiles.git synced 2024-11-24 20:01:49 +08:00

Update touchpad and mouse configs

This commit is contained in:
juan 2022-05-04 11:53:42 +08:00
parent 0b31c273f6
commit 8e5457c231
No known key found for this signature in database
GPG Key ID: 63A51E78F28ACE53

View File

@ -78,15 +78,17 @@ input 1:1:AT_Translated_Set_2_keyboard {
xkb_options "ctrl:swapcaps" xkb_options "ctrl:swapcaps"
} }
input type:pointer { input type:mouse {
pointer_accel -0.35 accel_profile flat
} }
input type:touchpad { input type:touchpad {
accel_profile adaptive accel_profile adaptive
pointer_accel -0.3 pointer_accel -0.3
natural_scroll enabled
tap enabled tap enabled
dwt disabled dwt disabled
events disabled_on_external_mouse
} }
###END### ###END###