2025-04-24 11:42:53 +01:00
|
|
|
# vi: ft=swayconfig
|
|
|
|
|
#
|
|
|
|
|
#### Input configuration
|
|
|
|
|
#
|
|
|
|
|
# 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.
|
|
|
|
|
# This keyboard has this layout on all machines:
|
|
|
|
|
|
|
|
|
|
input 5426:133:Razer_Razer_Basilisk_V2 {
|
|
|
|
|
accel_profile flat
|
|
|
|
|
pointer_accel -0.5
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
input type:touchpad {
|
|
|
|
|
dwt enabled
|
|
|
|
|
tap enabled
|
|
|
|
|
tap_button_map lmr
|
|
|
|
|
natural_scroll enabled
|
|
|
|
|
}
|
|
|
|
|
|
2025-04-24 22:29:39 +01:00
|
|
|
input type:keyboard {
|
|
|
|
|
xkb_layout gb
|
|
|
|
|
xkb_variant colemak
|
|
|
|
|
xkb_options ctrl:nocaps
|
|
|
|
|
}
|
2025-04-24 11:42:53 +01:00
|
|
|
|
|
|
|
|
input 65261:4871:TMK/Cub_Ergodox {
|
|
|
|
|
xkb_layout gb
|
2025-04-30 10:43:01 +01:00
|
|
|
xkb_variant intl
|
2025-04-24 11:42:53 +01:00
|
|
|
xkb_options compose:prsc
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input 1241:36:HOLDCHIP_USB_Keyboard {
|
|
|
|
|
xkb_layout us
|
|
|
|
|
xkb_variant colemak
|
|
|
|
|
xkb_options ctrl:nocaps
|
|
|
|
|
}
|