summaryrefslogtreecommitdiff
path: root/install/hypr.fish
diff options
context:
space:
mode:
Diffstat (limited to 'install/hypr.fish')
-rwxr-xr-xinstall/hypr.fish1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/hypr.fish b/install/hypr.fish
index 83fcc91..3d556a6 100755
--- a/install/hypr.fish
+++ b/install/hypr.fish
@@ -11,6 +11,7 @@ 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