diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-30 10:24:14 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-30 10:24:14 +0900 |
| commit | dbdf00df2e6f6d81f061d0ac52c5fead2bfc76ce (patch) | |
| tree | 32bb797af319497752d984d130c8b430be403d96 /copy.sh | |
| parent | 54d363a9aec27a9bdd92f857ac2b2253c57a690f (diff) | |
updated copy.sh
Diffstat (limited to 'copy.sh')
| -rwxr-xr-x | copy.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
