aboutsummaryrefslogtreecommitdiffstats
path: root/copy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'copy.sh')
-rwxr-xr-xcopy.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/copy.sh b/copy.sh
index 5e85b305..784207c0 100755
--- a/copy.sh
+++ b/copy.sh
@@ -208,6 +208,11 @@ if command -v blueman-applet >/dev/null 2>&1; then
sed -i '/exec-once = blueman-applet &/s/^#//' config/hypr/UserConfigs/Startup_Apps.conf
fi
+# Check if ags is installed and add ags on Startup
+if command -v ags >/dev/null 2>&1; then
+ sed -i '/exec-once = ags &/s/^#//' config/hypr/UserConfigs/Startup_Apps.conf
+fi
+
printf "\n"
# Checking if neovim or vim is installed and offer user if they want to make as default editor
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage