From 8499250eb686b2a6eaf7df74571f668be7e52f25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Gr=C3=B6ger?= Date: Tue, 16 May 2023 22:16:42 +0200 Subject: [PATCH] set touchpad scroll to natural_scroll --- sway/config.d/20-input.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sway/config.d/20-input.conf b/sway/config.d/20-input.conf index a427c9e..6b598eb 100644 --- a/sway/config.d/20-input.conf +++ b/sway/config.d/20-input.conf @@ -14,5 +14,10 @@ input "type:keyboard" { xkb_layout "de" xkb_variant "neo" } +input "type:touchpad" { + 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.