all repos — dotfiles-extra @ e7b4874516df8a3f5886c29fff1d1ae88e86607a

extra configs that may be extraneous and/or may be platform specific

.config/sway/config.d/20-touchpad.conf

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
### 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 type:touchpad {
      dwt disabled
      tap disabled
      natural_scroll disabled
}