mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[sway] add composing key for german umlauts
This commit is contained in:
parent
c2cca54303
commit
cf116aa2a0
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ set $term "alacritty"
|
||||||
# keyboard layout
|
# keyboard layout
|
||||||
input * {
|
input * {
|
||||||
xkb_layout "gb,de"
|
xkb_layout "gb,de"
|
||||||
xkb_variant "nodeadkeys"
|
xkb_variant altgr-intl
|
||||||
xkb_options "caps:escape,grp:win_space_toggle"
|
xkb_options "caps:escape,grp:win_space_toggle,compose:ralt"
|
||||||
xkb_numlock enabled
|
xkb_numlock enabled
|
||||||
}
|
}
|
||||||
# hide cursor after 10 sec
|
# hide cursor after 10 sec
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue