aboutsummaryrefslogtreecommitdiff
path: root/env/.local/bin/system/start-scripts
diff options
context:
space:
mode:
Diffstat (limited to 'env/.local/bin/system/start-scripts')
-rwxr-xr-xenv/.local/bin/system/start-scripts/autostart.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/env/.local/bin/system/start-scripts/autostart.sh b/env/.local/bin/system/start-scripts/autostart.sh
index 5347578..4a09cae 100755
--- a/env/.local/bin/system/start-scripts/autostart.sh
+++ b/env/.local/bin/system/start-scripts/autostart.sh
@@ -51,8 +51,8 @@ if [ "$(cat /etc/hostname)" == "Kasino" ]; then
vesktop %U & disown
fi
- if [ -z "$(pgrep gajim)" ]; then
- gajim & disown
+ if [ -z "$(pgrep keepassxc)" ]; then
+ keepassxc & disown
fi
if [ -z "$(pgrep steam)" ]; then
@@ -63,6 +63,10 @@ if [ "$(cat /etc/hostname)" == "Kasino" ]; then
QT_QPA_PLATFORMTHEME="" mumble & disown
fi
+ if [ -z "$(pgrep gajim)" ]; then
+ gajim & disown
+ fi
+
if [ -z "$(pgrep mpd)" ]; then
mpd & disown
sleep 0.5s