From 2f38cd5fe394f2c9c6988c6441c1edec754080cd Mon Sep 17 00:00:00 2001 From: OdiousImp2604 <74424076+OdiousImp2604@users.noreply.github.com> Date: Fri, 12 Feb 2021 10:12:40 +0000 Subject: [PATCH] touchpad decteced automatically! --- .config/sway/config.d/input | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.config/sway/config.d/input b/.config/sway/config.d/input index c9ccc5e..d3acc99 100644 --- a/.config/sway/config.d/input +++ b/.config/sway/config.d/input @@ -3,14 +3,13 @@ # Example configuration: # You can get the names of your inputs by running: swaymsg -t get_inputs # Put your touchpad's ID to replace "Touchpad-ID" (keep the quotation marks) -# -# input "Touchpad-ID" { -# dwt enabled -# tap enabled -# natural_scroll enabled -# middle_emulation enabled -# } -# + +input type:touchpad { + dwt enabled + tap enabled + natural_scroll enabled +} + # Read `man 5 sway-input` for more information about this section. # # Keyboard - Uncomment to Pick - Defualt is ENGLISH (US)