From 2ed677bd8f1c4aa7e4215b7fc25f35f6d1806645 Mon Sep 17 00:00:00 2001 From: rope Date: Mon, 18 May 2026 17:16:33 +0100 Subject: [PATCH] Revert "macbook: disable touchpad while typing" The per-device config block used invalid syntax for this Hyprland version. Revert while we find a working approach. This reverts commit dc7845a. Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index e2a7864..359fcbd 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -149,15 +149,6 @@ in }; }; - device = lib.optionalAttrs isMacbook { - "bcm5974" = { - sensitivity = 0; - accel_profile = "flat"; - natural_scroll = true; - disable_while_typing = true; - }; - }; - cursor = { no_warps = true; };