make keyboard layout switchable
This commit is contained in:
parent
4f257b17d5
commit
1d16f20f24
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue