Update .config/sway/config.d/input
This commit is contained in:
parent
a11a9e65ac
commit
1ee55c707c
@ -12,7 +12,10 @@ input type:touchpad {
|
||||
|
||||
# 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 {
|
||||
'swaymsg input type:keyboard xkb_layout "$(localectl status | grep "X11 Layout" | sed -e "s/^.*X11 Layout://")"'
|
||||
|
Loading…
Reference in New Issue
Block a user