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:
parent
0b31c273f6
commit
8e5457c231
@ -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###
|
||||||
|
Loading…
Reference in New Issue
Block a user