29 lines
627 B
Plaintext
29 lines
627 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:53296:Keychron__Keychron_Link__Keyboard" {
|
|
xkb_layout us
|
|
xkb_options "compose:rctrl"
|
|
} |