Skip to content

Commit

Permalink
if no ags in running default go ags v1
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaw353 committed Nov 17, 2024
1 parent 395d8f7 commit 13706d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/hyprland/files/hypr/scripts/switch-ags.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ elif pgrep -x "agsv1" > /dev/null; then
else
# If neither are running, start ags
echo "Neither ags nor agsv1 are running. Starting ags..."
#ags run -d ~/.config/agsv2 &
agsv1 run
fi

0 comments on commit 13706d2

Please sign in to comment.