Description
This commit is contained in:
parent
d8b8cb09da
commit
3a0db3f40c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue