diff options
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 |
