refactor: splitted sway config

This commit is contained in:
oxypomme
2026-01-04 13:50:29 +01:00
parent db748c7714
commit da10125fb2
23 changed files with 426 additions and 270 deletions

View 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"
}