Can't change keyboard layout on Manjaro Sway ARM

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?

1 Like

Hi,

Welcome on the forum.

I did a search on the forum for you, see below the boredland Manjaro-Team answer

Search on the following page the sentence “How can I add more keyboard layouts to sway”

2 Likes

Solution from Github worked, thanks a lot!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.