[sway] add composing key for german umlauts

This commit is contained in:
Felix Buehler 2019-12-24 13:55:59 +01:00
parent c2cca54303
commit cf116aa2a0

View file

@ -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