diff --git a/settings/hyprland.nix b/settings/hyprland.nix index d2f6c4b..f7f0ce5 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -146,7 +146,7 @@ in }; render = { - direct_scanout = true; # fullscreen apps bypass compositor + direct_scanout = false; }; animations = { @@ -195,6 +195,7 @@ in # vfr moved from misc: to debug: in 0.55.0 debug = { vfr = false; # keep compositor ticking, don't idle between frames + disable_logs = false; }; # Mirror the GNOME bindings so muscle memory carries over