diff --git a/sway/config.d/keyboard.conf b/sway/config.d/keyboard.conf new file mode 100644 index 0000000..223e0b5 --- /dev/null +++ b/sway/config.d/keyboard.conf @@ -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 +}