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 <noreply@anthropic.com>
This commit is contained in:
rope 2026-05-18 17:16:33 +01:00
parent dc7845a7b9
commit 2ed677bd8f

View file

@ -149,15 +149,6 @@ in
}; };
}; };
device = lib.optionalAttrs isMacbook {
"bcm5974" = {
sensitivity = 0;
accel_profile = "flat";
natural_scroll = true;
disable_while_typing = true;
};
};
cursor = { cursor = {
no_warps = true; no_warps = true;
}; };