diff --git a/stow_me/scripts/app_close_and_restart.sh b/stow_me/scripts/app_close_and_restart.sh index 5cebdf2..421f068 100755 --- a/stow_me/scripts/app_close_and_restart.sh +++ b/stow_me/scripts/app_close_and_restart.sh @@ -43,10 +43,11 @@ if [[ ! "$response" =~ ^[Yy]$ ]]; then fi # Close apps -close_flatpak "com.discordapp.Discord" close_flatpak "io.github.lullabyX.sone" close_flatpak "rocks.shy.VacuumTube" close_app "firefox" +close_app "equibop" +close_app "1password" # Close Steam if pgrep -f steam > /dev/null; then diff --git a/stow_me/scripts/app_close_and_shutdown.sh b/stow_me/scripts/app_close_and_shutdown.sh index bd5e572..f4a9b16 100755 --- a/stow_me/scripts/app_close_and_shutdown.sh +++ b/stow_me/scripts/app_close_and_shutdown.sh @@ -43,10 +43,11 @@ if [[ ! "$response" =~ ^[Yy]$ ]]; then fi # Close apps -close_flatpak "com.discordapp.Discord" close_flatpak "io.github.lullabyX.sone" close_flatpak "rocks.shy.VacuumTube" close_app "firefox" +close_app "equibop" +close_app "1password" # Close Steam if pgrep -f steam > /dev/null; then