From bc6ccb338bf4e1637fdaeed30712952e9759a14d Mon Sep 17 00:00:00 2001 From: Michael Chalupiak Date: Wed, 22 Jan 2025 01:01:50 -0500 Subject: [PATCH] sway touchpad --- config/.config/sway/config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/.config/sway/config b/config/.config/sway/config index 051cb14..4990e2e 100644 --- a/config/.config/sway/config +++ b/config/.config/sway/config @@ -63,12 +63,12 @@ exec swayidle -w \ # # Example configuration: # -# input "type:touchpad" { -# dwt enabled -# tap enabled -# natural_scroll enabled -# #middle_emulation enabled -# } +input "type:touchpad" { + dwt enabled + tap enabled + natural_scroll enabled + #middle_emulation enabled +} # # 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.