From 28bac0dd4648034fe104811a80bfff6ca644f293 Mon Sep 17 00:00:00 2001 From: rope Date: Mon, 18 May 2026 17:03:49 +0100 Subject: [PATCH] macbook: disable touchpad while typing Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 359fcbd..7624b6d 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -146,6 +146,7 @@ in tap_to_click = true; tap_button_map = "lrm"; natural_scroll = true; + disable_while_typing = true; }; };