diff options
author | David Runge <dave@sleepmap.de> | 2020-07-27 15:34:49 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2020-07-27 15:34:49 +0200 |
commit | fa8400c18193d09f3c8659a0607a20f5fe0d2cd4 (patch) | |
tree | 09c5d351d024e412e0215af5320c6b93d942bd97 | |
parent | 9bd1674894318ca9b37a81545b8ac9c918fcc1d5 (diff) | |
download | dotfiles-fa8400c18193d09f3c8659a0607a20f5fe0d2cd4.tar.gz dotfiles-fa8400c18193d09f3c8659a0607a20f5fe0d2cd4.tar.bz2 dotfiles-fa8400c18193d09f3c8659a0607a20f5fe0d2cd4.tar.xz dotfiles-fa8400c18193d09f3c8659a0607a20f5fe0d2cd4.zip |
Add touchpad settings for sway
.config/sway/config:
Add configuration for touchpads and multi-touch.
-rw-r--r-- | .config/sway/config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/sway/config b/.config/sway/config index e2ac511..268418e 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -53,6 +53,12 @@ output * bg ~/.config/sway/background.png fill # 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 + tap_button_map lrm +} + ### Key bindings # # Basics: |