feat(sway): Move to 'eu' keyboard layout
This is so much easier to use for me. This allows me to type `ü` with `right-alt + u` instead of `right-alt + y`.
This commit is contained in:
parent
c27b693334
commit
5a85db4636
1 changed files with 1 additions and 2 deletions
|
@ -47,8 +47,7 @@ set $wsF12 22:
|
||||||
# =================== #
|
# =================== #
|
||||||
|
|
||||||
input "type:keyboard" {
|
input "type:keyboard" {
|
||||||
xkb_layout us
|
xkb_layout eu
|
||||||
xkb_variant altgr-intl
|
|
||||||
xkb_options caps:escape
|
xkb_options caps:escape
|
||||||
xkb_numlock enable
|
xkb_numlock enable
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue