From ace56666f5d50e66c9ae0d6c24aa08993a7d4c81 Mon Sep 17 00:00:00 2001 From: Florian Schmitt Date: Tue, 14 Jan 2025 16:26:17 +0300 Subject: [PATCH] fix(niri): touchpad --- dotfiles/niri/config.kdl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dotfiles/niri/config.kdl b/dotfiles/niri/config.kdl index 25e7cea..633d2bf 100644 --- a/dotfiles/niri/config.kdl +++ b/dotfiles/niri/config.kdl @@ -9,13 +9,14 @@ input { } touchpad { - tap - // dwt - // dwtp - natural-scroll + //tap + dwt + dwtp + //natural-scroll // accel-speed 0.2 // accel-profile "flat" - // scroll-method "two-finger" + scroll-method "two-finger" + click-method "button-areas" // disabled-on-external-mouse }