From d41e61f0ed2b35762b67fa178131bd657f264775 Mon Sep 17 00:00:00 2001 From: twoneis Date: Thu, 15 May 2025 01:27:38 +0200 Subject: [PATCH] tap true again, keep this time hopefully --- modules/niri/niri.conf.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/niri/niri.conf.nix b/modules/niri/niri.conf.nix index 8a748dd..69853a4 100644 --- a/modules/niri/niri.conf.nix +++ b/modules/niri/niri.conf.nix @@ -21,7 +21,7 @@ in { }; }; touchpad = { - tap = false; + tap = true; natural-scroll = true; dwt = true; };