mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-05 14:59:29 -05:00
fix 3
This commit is contained in:
+3
-1
@@ -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.'
|
||||
|
||||
Reference in New Issue
Block a user