From 4d941451875d95259b93cc210699754a64419bab Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Mon, 20 Jan 2025 13:41:40 -0800 Subject: [PATCH] feat(callisto): disable explicit sync in asahi for honeykrisp --- reference/hosts/callisto/home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reference/hosts/callisto/home.nix b/reference/hosts/callisto/home.nix index 073c61d..ce05d57 100644 --- a/reference/hosts/callisto/home.nix +++ b/reference/hosts/callisto/home.nix @@ -7,4 +7,7 @@ home.stateVersion = "24.05"; liminalOS.desktop.hyprland.screenlocker.monitor = "eDP-1"; + + # explicit sync must be disabled for honeykrisp to load + wayland.windowManager.hyprland.settings.render.explicit_sync = 0; }