aboutsummaryrefslogtreecommitdiff
path: root/env/.local/bin/system/start-scripts
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2026-05-07 22:30:45 -0500
committericeyrazor <iceyrazor@mailfence.com>2026-05-07 22:30:45 -0500
commita011b229a6de694d488af0a8bb584d8c52136e66 (patch)
treef622946292ae3d79d51ef846addf195622472373 /env/.local/bin/system/start-scripts
parentfdc2ee1e43d2192314038bf74c9ccb36ff4b00da (diff)
Squashed commit of the following:
added keepass to autostart dunstrc. OK. i THINK monitor 0 is what i want vrinit change removed unused neoboot.sh stuff fastfetch asciii
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