config/sway/keyboard: default to EU layout
This commit is contained in:
parent
848a0899fd
commit
a6c77cb086
|
@ -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)
|
||||||
|
}
|
|
@ -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)
|
||||||
|
}
|
Loading…
Reference in New Issue