From 1384fc68dae1c0f50b604dcfdcb56570f1ac67f5 Mon Sep 17 00:00:00 2001 From: Jeena Date: Wed, 19 Aug 2026 14:37:06 +0900 Subject: [PATCH] temp: disable hypridle auto-lock (causes black screen on multi-GPU) Re-enable once the Aquamarine layer-surface orphan issue or the dual-GPU buffer fight root cause is resolved in upstream. --- hypr/hyprland.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index e1e9037..962572e 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -44,7 +44,8 @@ source = ~/.config/hypr/programs.conf # Autostart necessary processes (like notifications daemons, status bars, etc.) # Or execute your favorite apps at launch like this: -exec-once = hypridle +# exec-once = hypridle # DISABLED: auto-lock causes black screen (multi-GPU + orphaned layer issues). +# TODO: re-enable once root cause is fixed exec-once = waybar exec-once = swaybg -i ~/.config/hypr/wallpapers/Purple.jpg -m fill exec-once = ~/.config/hypr/scripts/dynamic-borders.sh