Hyprland: Adapt direct scanout setting

This commit is contained in:
Mikael Voss 2024-08-13 21:26:23 +02:00
parent cee99e7388
commit 4f1161db40
No known key found for this signature in database

View file

@ -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;
};