From 9f7438a3dc213649ec43cddaa7b7ee773e585134 Mon Sep 17 00:00:00 2001 From: twoneis Date: Fri, 26 Jul 2024 16:01:10 +0200 Subject: [PATCH] disable touchpad while typing --- modules/niri/niri.conf.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/niri/niri.conf.nix b/modules/niri/niri.conf.nix index ecf2675..051c67a 100644 --- a/modules/niri/niri.conf.nix +++ b/modules/niri/niri.conf.nix @@ -9,6 +9,7 @@ touchpad = { tap = true; natural-scroll = true; + dwt = true; }; power-key-handling.enable = false; };