mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-23 19:31:50 +08:00
15 lines
232 B
Plaintext
15 lines
232 B
Plaintext
|
# vim: filetype=swayconfig
|
||
|
|
||
|
input type:mouse {
|
||
|
accel_profile flat
|
||
|
pointer_accel -0.3
|
||
|
}
|
||
|
|
||
|
input type:touchpad {
|
||
|
accel_profile adaptive
|
||
|
natural_scroll enabled
|
||
|
tap enabled
|
||
|
dwt enabled
|
||
|
# events disabled_on_external_mouse
|
||
|
}
|