dotfiles/sway/config.d/input.config

25 lines
544 B
Plaintext

### Input configuration
#
# 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.
input "1133:45079:MX_Master_Mouse" {
natural_scroll enable
accel_profile adaptive
pointer_accel -0.3
}
# Beter touchpad support
input "2:7:SynPS/2_Synaptics_TouchPad" {
dwt enabled
click_method clickfinger
natural_scroll enabled
middle_emulation enabled
}
# bind caps to ctrl
input "1:1:AT_Translated_Set_2_keyboard" {
xkb_options ctrl:nocaps
}
# vim: ft=cfg