summaryrefslogtreecommitdiff
path: root/silly.sh
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-04-01 04:05:33 +0200
committerGitHub <noreply@github.com>2026-04-01 04:05:33 +0200
commit9b7894a673add01108bf8350cd5ba2165add6159 (patch)
tree65337bd449d1a3f1823e455b0ecfeca202ac8f92 /silly.sh
parentf4a39787626b8e77647fa614a7a791636bf5430f (diff)
Add sleep before hyprctl reload
Add a sleep command before reloading hyprctl.
Diffstat (limited to 'silly.sh')
-rw-r--r--silly.sh1
1 files changed, 1 insertions, 0 deletions
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
}