From 37d90f9446233da14ceb6bdc4fd051756d7cbcf7 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Tue, 26 May 2026 07:02:45 -0500 Subject: [PATCH] try sleep, to avoid error --- dots/hyprland/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/hyprland/hyprland.conf b/dots/hyprland/hyprland.conf index e4d483d..6357c3c 100644 --- a/dots/hyprland/hyprland.conf +++ b/dots/hyprland/hyprland.conf @@ -18,7 +18,7 @@ $menu = hyprlauncher #################################################### exec-once = startup.sh -exec-once = hyprpm update && hyprpm reload -n +exec-once = sleep 2 && hyprpm update && hyprpm reload -n ####################################################