[sway] use caps lock as ctrl

This commit is contained in:
Christophe Robillard 2025-02-18 19:45:33 +01:00
parent f041e90d75
commit 1e4e1442d3

View file

@ -0,0 +1,10 @@
### 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
}