make keyboard layout switchable

This commit is contained in:
Thies Lennart Alff 2023-11-09 13:25:46 +01:00
parent 4f257b17d5
commit 1d16f20f24

View file

@ -123,6 +123,12 @@ bar {
swaybar_command waybar swaybar_command waybar
} }
# switch keyboard layouts with right ctrl key
input type:keyboard {
xkb_layout us,de
xkb_options grp:rctrl_toggle
}
input type:touchpad { input type:touchpad {
tap enabled tap enabled
natural_scroll enabled natural_scroll enabled