Files
dotfiles/.config/sway/config.d/02-input.conf
2026-05-18 08:45:54 +02:00

30 lines
618 B
Plaintext

#
# Example configuration:
#
# input "2:14:SynPS/2_Synaptics_TouchPad" {
# dwt enabled
# tap enabled
# natural_scroll enabled
# middle_emulation enabled
# }
#
# 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.
focus_follows_mouse no
input "type:keyboard" {
xkb_layout fr
xkb_numlock enabled
}
input "13364:2384:Keychron_Keychron_V5_Max" {
xkb_layout us
xkb_options "compose:rctrl"
}
input "13364:2384:Keychron_V5_Max_Keyboard" {
xkb_layout us
xkb_options "compose:rctrl"
}