diff --git a/wayland.nix b/wayland.nix index 7e2fe5a..50de1a7 100644 --- a/wayland.nix +++ b/wayland.nix @@ -486,10 +486,11 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) { misc = { disable_hyprland_logo = true; vrr = 1; - no_direct_scanout = false; background_color = lib.mkForce "0x181825"; }; + render.direct_scanout = true; + decoration = { rounding = 8; };