config/sway/keyboard: make eu the default
This commit is contained in:
parent
40dc402902
commit
409c37fc97
|
@ -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)
|
|
||||||
}
|
|
|
@ -1,6 +1,6 @@
|
||||||
input * {
|
input * {
|
||||||
xkb_layout eu,de,us
|
xkb_layout eu,de,us
|
||||||
xkb_variant nodeadkeys,basic,euro
|
xkb_variant basic,nodeadkeys,euro
|
||||||
xkb_numlock enabled
|
xkb_numlock enabled
|
||||||
xkb_options caps:escape_shifted_capslock
|
xkb_options caps:escape_shifted_capslock
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue