From 3e60bce07a18309cf976a1c1a78ce675b9e8e926 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 21 Jun 2021 18:18:55 -0400 Subject: [PATCH] sway: Add touchpad config Scrolling just got a bit more natural. --- sway/.config/sway/config | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 59f4c240..c2b4848f 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -11,19 +11,13 @@ set $menu dmenu_path | dmenu | xargs swaymsg exec -- # Output configuration (swaymsg -t get_outputs) output * bg /usr/share/backgrounds/archlinux/simple.png fill -### Input configuration -# -# Example configuration: -# -# input "2:14:SynPS/2_Synaptics_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. +input "2:7:SynPS/2_Synaptics_TouchPad" { + tap enabled + natural_scroll enabled + middle_emulation enabled +} ### Key bindings #