From f98c42225448d0fc79017e2c2e7a8a9c83b332db Mon Sep 17 00:00:00 2001 From: clsty Date: Mon, 10 Nov 2025 21:20:48 +0800 Subject: [PATCH] Comment hyprctl reload (#2427 #2200) --- dots/.config/hypr/hyprland/execs.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dots/.config/hypr/hyprland/execs.conf b/dots/.config/hypr/hyprland/execs.conf index e4f33f6aa..5e0e2cfa3 100644 --- a/dots/.config/hypr/hyprland/execs.conf +++ b/dots/.config/hypr/hyprland/execs.conf @@ -24,4 +24,5 @@ exec-once = wl-paste --type image --watch bash -c 'cliphist store && qs -c $qsCo exec-once = hyprctl setcursor Bibata-Modern-Classic 24 # Fix dock pinned apps not launching properly (https://github.com/end-4/dots-hyprland/issues/2200) -exec-once = sleep 3.5 && hyprctl reload && sleep 0.5 && touch ~/.config/quickshell/ii/shell.qml +# This causes https://github.com/end-4/dots-hyprland/issues/2427 +# exec-once = sleep 3.5 && hyprctl reload && sleep 0.5 && touch ~/.config/quickshell/ii/shell.qml