config/sway/config.d/keyboard.conf
2025-08-11 19:35:04 +02:00

10 lines
302 B
Text

### 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.
# xkb_options caps:ctrl_modifier
input type:keyboard {
xkb_layout "fr,us"
xkb_variant "azerty"
xkb_options caps:ctrl_modifier
}