From 991542a5713c2ee6ba66fd3c35141268aa7c1277 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Sat, 19 Apr 2025 17:54:58 +0100 Subject: [PATCH] disable trackpad when keyboard is in use --- home-manager/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/hyprland.nix b/home-manager/hyprland.nix index 4ddd338..b6d55c6 100644 --- a/home-manager/hyprland.nix +++ b/home-manager/hyprland.nix @@ -26,7 +26,7 @@ follow_mouse = 1; mouse_refocus = false; touchpad = { - disable_while_typing = false; + disable_while_typing = true; }; };