From 9b7894a673add01108bf8350cd5ba2165add6159 Mon Sep 17 00:00:00 2001 From: silly Date: Wed, 1 Apr 2026 04:05:33 +0200 Subject: Add sleep before hyprctl reload Add a sleep command before reloading hyprctl. --- silly.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/silly.sh b/silly.sh index 6c8cca7..d12d5de 100644 --- a/silly.sh +++ b/silly.sh @@ -65,6 +65,7 @@ install() { rm -rf "$tmp" echo "dotfiles installed" + sleep 3 hyprctl reload } -- cgit v1.3.1