Add compose

This commit is contained in:
Alexander Bantyev 2021-11-22 19:13:53 +03:00
parent 9cb606f433
commit 55252de50a
Signed by: balsoft
GPG Key ID: E081FF12ADCB4AD5

View File

@ -5,7 +5,7 @@
environment.sessionVariables = {
XKB_DEFAULT_LAYOUT = "us,ru";
XKB_DEFAULT_OPTIONS =
"grp:lctrl_toggle,grp_led:caps,ctrl:nocaps,misc:typo,lv3:ralt_switch";
"grp:lctrl_toggle,grp_led:caps,ctrl:nocaps,compose:ralt";
LANG = lib.mkForce "en_GB.UTF-8";
};