dotfiles/.config/sway/inputs/default-keyboard.conf

15 lines
289 B
Plaintext
Raw Normal View History

2025-01-12 18:41:54 +00:00
### Input configuration
#
# You can get the names of your inputs by running: swaymsg -t get_inputs
# 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 "altgr-intl"
}