summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rwxr-xr-xinstall/hypr.fish4
1 files changed, 3 insertions, 1 deletions
diff --git a/install/hypr.fish b/install/hypr.fish
index 3d556a6..45546e9 100755
--- a/install/hypr.fish
+++ b/install/hypr.fish
@@ -11,9 +11,11 @@ set -l hypr $CONFIG/../hypr
confirm-overwrite $hypr dummy
git clone 'https://github.com/caelestia-dots/hypr.git' /tmp/caelestia-hypr
rm -rf $hypr && mv /tmp/caelestia-hypr $hypr
-hyprctl reload
pacman -Q ydotool &> /dev/null || sudo pacman -S --needed --noconfirm ydotool
systemctl --user enable --now ydotool.service
+sleep .5
+hyprctl reload
+
log 'Done.'