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

17 lines
376 B
Plaintext
Raw Normal View History

2022-01-08 18:16:59 +00:00
input * {
xkb_layout de,eu,us
2023-01-03 21:36:15 +00:00
xkb_variant nodeadkeys,basic,euro
2022-01-08 18:16:59 +00:00
xkb_numlock enabled
2023-01-03 21:36:15 +00:00
xkb_options caps:escape_shifted_capslock
2022-01-08 18:16:59 +00:00
}
2023-01-03 21:36:15 +00:00
input "1:1:AT_Translated_Set_2_keyboard" {
xkb_switch_layout 1
}
input "type:touchpad" {
tap enabled
natural_scroll disabled
accel_profile adaptive
dwt disabled
pointer_accel 0.4 # set mouse sensitivity (between -1 and 1)
}