diff --git a/users/modules/programs/hyprland.nix b/users/modules/programs/hyprland.nix index 1437223..f3f552e 100644 --- a/users/modules/programs/hyprland.nix +++ b/users/modules/programs/hyprland.nix @@ -112,6 +112,10 @@ numlock_by_default = true; follow_mouse = 2; # Click on a window to change focus }; + + debug = { + damage_tracking = 0; + }; }; }; }