From 393df862568f7291ccf4e30ccd0dc8e1e193d6b9 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Fri, 25 Jul 2025 13:17:48 +0800 Subject: [PATCH] fix(callisto): remove hyprland explicit_sync option --- reference/hosts/callisto/home.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/reference/hosts/callisto/home.nix b/reference/hosts/callisto/home.nix index bef4d04..32d2419 100644 --- a/reference/hosts/callisto/home.nix +++ b/reference/hosts/callisto/home.nix @@ -8,7 +8,4 @@ liminalOS.desktop.hyprland.screenlocker.monitor = "eDP-1"; liminalOS.desktop.hyprland.screenlocker.useCrashFix = true; - - # explicit sync must be disabled for honeykrisp to load - wayland.windowManager.hyprland.settings.render.explicit_sync = 0; }