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:
parent
dc7845a7b9
commit
2ed677bd8f
1 changed files with 0 additions and 9 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue