aboutsummaryrefslogtreecommitdiffstats
path: root/copy.sh
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-01-30 10:24:14 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-01-30 10:24:14 +0900
commitdbdf00df2e6f6d81f061d0ac52c5fead2bfc76ce (patch)
tree32bb797af319497752d984d130c8b430be403d96 /copy.sh
parent54d363a9aec27a9bdd92f857ac2b2253c57a690f (diff)
updated copy.sh
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