This commit is contained in:
2 * r + 2 * t
2025-01-28 18:34:06 +11:00
parent e77928dd6f
commit 208497c287
+3 -1
View File
@@ -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.'