config/sway/keyboard: default to EU layout

This commit is contained in:
xeruf 2023-04-03 10:58:55 +02:00
parent 848a0899fd
commit a6c77cb086
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,13 @@
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)
}

View File

@ -0,0 +1,13 @@
input * {
xkb_layout de,eu,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)
}