Sway : Add language switch.

This commit is contained in:
Dmitry Voronin 2024-03-28 07:34:57 +03:00
parent d850d38abf
commit 24f7007197

View file

@ -29,3 +29,8 @@ input type:touchpad {
natural_scroll enabled natural_scroll enabled
middle_emulation enabled middle_emulation enabled
} }
input type:keyboard {
xkb_layout us,ru
xkb_options grp:caps_toggle,lv3:ralt_switch
}