From ae4e6100e0f7e5771d1a7cd97ee9ac40892a2724 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 27 Apr 2020 15:39:26 +0300 Subject: [PATCH] sway/config: Use same config for all touchpads When I moved my Apple Trackpad from USB to Bluetooth the previous configuration didn't match anymore so we should actually just apply it to all touchpads. --- sway/config | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/sway/config b/sway/config index b6f054a..244bd50 100644 --- a/sway/config +++ b/sway/config @@ -118,14 +118,7 @@ exec swayidle \ # 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 "1739:0:Synaptics_TM3289-021" { - dwt enabled - tap enabled - natural_scroll enabled - middle_emulation enabled -} - -input "1452:613:Apple_Inc._Magic_Trackpad_2" { +input type:touchpad { dwt enabled tap enabled natural_scroll enabled