From dbdf00df2e6f6d81f061d0ac52c5fead2bfc76ce Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 30 Jan 2025 10:24:14 +0900 Subject: updated copy.sh --- copy.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'copy.sh') 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 -- cgit v1.2.3