all repos — dotfiles-extra @ e7b4874516df8a3f5886c29fff1d1ae88e86607a

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

.config/sway/inputs/default-touchpad

 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 enabled
      tap enabled
      natural_scroll enabled
}