#[SOLVED] Switching keyboard layouts in wayland
5 messages · Page 1 of 1 (latest)
Check out the sway man pages (e.g. man 5 sway-input) and the github wiki page https://github.com/swaywm/sway/wiki#keyboard-layout.
Sway is well documented in the form of man pages, reading them should be helpful pacman -Qlq sway | awk -F/ '/man\/man[1-7]\/[a-z]/ {sub(/\.gz$/,""); print $6}'.
Specifically, you can bind a key that calls swaymsg input ***** xkb_layout *****.
thx
memchr received a thank you cookie!