config/sway: add flexible keyboard config
This commit is contained in:
parent
f026e295b5
commit
791e389718
|
@ -1,5 +1,9 @@
|
||||||
input * {
|
input * {
|
||||||
xkb_layout de
|
xkb_layout de,eu,us
|
||||||
xkb_numlock enabled
|
xkb_numlock enabled
|
||||||
xkb_options caps:swapescape
|
xkb_options caps:swapescape
|
||||||
}
|
}
|
||||||
|
input 1:1:AT_Translated_Set_2_keyboard {
|
||||||
|
xkb_layout eu,us
|
||||||
|
xkb_options caps:swapescape
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue