refactor: splitted sway config
This commit is contained in:
29
.config/sway/config.d/02-input.conf
Normal file
29
.config/sway/config.d/02-input.conf
Normal file
@@ -0,0 +1,29 @@
|
||||
#
|
||||
# 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"
|
||||
}
|
||||
Reference in New Issue
Block a user