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.
This commit is contained in:
Jeena 2026-08-19 14:37:06 +09:00
parent 7e9bf498ff
commit 1384fc68da

View file

@ -44,7 +44,8 @@ source = ~/.config/hypr/programs.conf
# Autostart necessary processes (like notifications daemons, status bars, etc.) # Autostart necessary processes (like notifications daemons, status bars, etc.)
# Or execute your favorite apps at launch like this: # 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 = waybar
exec-once = swaybg -i ~/.config/hypr/wallpapers/Purple.jpg -m fill exec-once = swaybg -i ~/.config/hypr/wallpapers/Purple.jpg -m fill
exec-once = ~/.config/hypr/scripts/dynamic-borders.sh exec-once = ~/.config/hypr/scripts/dynamic-borders.sh