1
1
mirror of https://github.com/rywng/dotfiles.git synced 2024-11-24 11:51:50 +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"
}
input type:pointer {
pointer_accel -0.35
input type:mouse {
accel_profile flat
}
input type:touchpad {
accel_profile adaptive
pointer_accel -0.3
natural_scroll enabled
tap enabled
dwt disabled
events disabled_on_external_mouse
}
###END###