From 49b1b39eaaa1445de8b0962e8b3d2e95b984e583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 16 Jun 2019 14:43:42 +0100 Subject: [PATCH] Add touchbar --- .config/sway/config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 384130be..9a7c4eea 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -33,12 +33,12 @@ output * bg /usr/share/backgrounds/f30/default/normalish/f30.png fill # # Example configuration: # -# input "2:14:SynPS/2_Synaptics_TouchPad" { -# dwt enabled -# tap enabled -# natural_scroll enabled -# middle_emulation enabled -# } +input "2:14:ETPS/2_Elantech_Touchpad" { + dwt enabled + tap enabled + natural_scroll disabled + 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.