From fa8400c18193d09f3c8659a0607a20f5fe0d2cd4 Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 27 Jul 2020 15:34:49 +0200 Subject: Add touchpad settings for sway .config/sway/config: Add configuration for touchpads and multi-touch. --- .config/sway/config | 6 ++++++ 1 file changed, 6 insertions(+) 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: -- cgit v1.2.3-54-g00ecf