Sorry in advance, english is not my native language. Can’t change or enable multiple keyboard layouts using sway’s input configuration. Tried this:
input type:keyboard {
xkb_layout us,ru
xkb_options grp:caps_toggle,grp_led:caps
xkb_capslock disable
}
Also tried:
input type:keyboard {
xkb_layout ru
}
but layout still won’t change even after reboot; but if I type:
sway input type:keyboard xkb_layout ru
into terminal it changes just fine. I know that sway was able to read config file because xkb_options are getting applied fine after config reload.
Am I doing something wrong? What else should I try/check?