dotfiles/home/dot_config/sway/config.d/inputs

44 lines
874 B
Text

# 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
}
input type:keyboard {
xkb_layout gb(colemak)
xkb_options ctrl:nocaps
}
input 65261:4871:TMK/Cub_Ergodox {
xkb_layout gb
xkb_options compose:prsc
}
input 1241:36:HOLDCHIP_USB_Keyboard {
xkb_layout us(colemak)
xkb_options ctrl:nocaps
}