15 lines
289 B
Plaintext
Executable File
15 lines
289 B
Plaintext
Executable File
### 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"
|
|
}
|
|
|