dotfiles/.config/sway/config.d/keyboard.conf##default

14 lines
295 B
Plaintext
Raw Normal View History

input * {
xkb_layout eu,de,us
xkb_variant nodeadkeys,basic,euro
xkb_numlock enabled
xkb_options caps:escape_shifted_capslock
}
input "type:touchpad" {
tap enabled
natural_scroll disabled
accel_profile adaptive
dwt disabled
pointer_accel 0.4 # set mouse sensitivity (between -1 and 1)
}