Description

This commit is contained in:
Aleksandr Lebedev 2025-03-14 17:03:47 +01:00
parent d8b8cb09da
commit 3a0db3f40c

View file

@ -174,7 +174,7 @@ in {
allow_tearing = false;
layout = "dwindle";
};
render = lib.mkIf hwconfig.system == "aarch64-linux"{
render = lib.mkIf (hwconfig.system == "aarch64-linux") { # Explicit sync breaks asahi driver https://github.com/hyprwm/Hyprland/issues/8158
explicit_sync = 0;
};