config/sway/keyboard: make eu the default

This commit is contained in:
xeruf 2023-04-07 13:27:30 +02:00
parent 40dc402902
commit 409c37fc97
2 changed files with 1 additions and 17 deletions

View File

@ -1,16 +0,0 @@
input * {
xkb_layout de,eu,us
xkb_variant nodeadkeys,basic,euro
xkb_numlock enabled
xkb_options caps:escape_shifted_capslock
}
#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)
}

View File

@ -1,6 +1,6 @@
input * {
xkb_layout eu,de,us
xkb_variant nodeadkeys,basic,euro
xkb_variant basic,nodeadkeys,euro
xkb_numlock enabled
xkb_options caps:escape_shifted_capslock
}