From b158a5c4bffc2c12b04fefb33bed01f976684b02 Mon Sep 17 00:00:00 2001 From: GlennIgen Date: Tue, 30 Jun 2026 20:38:05 +0200 Subject: [PATCH] =?UTF-8?q?ret=20app=5Fclose=5Fand=5Frestart=20og=20app=5F?= =?UTF-8?q?close=5Fand=5Fshutdown=20fjernet:=20discord=20tilf=C3=B8jet=20e?= =?UTF-8?q?quibop,=201password?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stow_me/scripts/app_close_and_restart.sh | 3 ++- stow_me/scripts/app_close_and_shutdown.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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