Update .config/sway/config.d/input

This commit is contained in:
Kasper Juul Hermansen 2023-07-25 19:52:49 +02:00
parent a11a9e65ac
commit 1ee55c707c
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -12,7 +12,10 @@ input type:touchpad {
# Read `man 5 sway-input` for more information about this section. # Read `man 5 sway-input` for more information about this section.
# #
input type:keyboard xkb_layout "us" input type:keyboard {
xkb_layout "us"
xkb_variant "intl"
}
exec_always { exec_always {
'swaymsg input type:keyboard xkb_layout "$(localectl status | grep "X11 Layout" | sed -e "s/^.*X11 Layout://")"' 'swaymsg input type:keyboard xkb_layout "$(localectl status | grep "X11 Layout" | sed -e "s/^.*X11 Layout://")"'