From 16bd4bf4b7bb45bcbd73863ace49963929a701ea Mon Sep 17 00:00:00 2001 From: ediblerope Date: Thu, 14 May 2026 09:34:23 +0100 Subject: [PATCH] Hyprland fixxxxxx --- settings/hyprland.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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