From 15a93a7154a1c491d5aa993cbf557bd0a7a7c1b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Tue, 26 Aug 2025 13:50:25 -0600 Subject: [PATCH] feat(niri): Disable trackpad while typing --- modules/home/users/crumb/niri.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/modules/home/users/crumb/niri.nix b/modules/home/users/crumb/niri.nix index 6faaf9e..0b66cf1 100644 --- a/modules/home/users/crumb/niri.nix +++ b/modules/home/users/crumb/niri.nix @@ -87,6 +87,10 @@ in { accel-speed = -0.5; accel-profile = "flat"; }; + touchpad = { + # Disable while typing. + dwt = true; + }; focus-follows-mouse.enable = true; }; outputs."DP-1" = { @@ -114,8 +118,8 @@ in { border = { enable = true; width = 2; - # Override Niri's Stylix integration. Default uses Crystal Blue; we - # override it with Old White. + # Override Niri's Stylix integration. Default uses Crystal Blue + # (from the Kanagawa palette); we override it with Old White. active.color = config.lib.stylix.colors.withHashtag.base06; }; shadow = {