diff options
| author | silly <u65487754@gmail.com> | 2026-04-01 04:05:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-01 04:05:33 +0200 |
| commit | 9b7894a673add01108bf8350cd5ba2165add6159 (patch) | |
| tree | 65337bd449d1a3f1823e455b0ecfeca202ac8f92 /silly.sh | |
| parent | f4a39787626b8e77647fa614a7a791636bf5430f (diff) | |
Add sleep before hyprctl reload
Add a sleep command before reloading hyprctl.
Diffstat (limited to 'silly.sh')
| -rw-r--r-- | silly.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,6 +65,7 @@ install() { rm -rf "$tmp" echo "dotfiles installed" + sleep 3 hyprctl reload } |
