From a011b229a6de694d488af0a8bb584d8c52136e66 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Thu, 7 May 2026 22:30:45 -0500 Subject: 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 --- env/.local/bin/system/start-scripts/autostart.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'env/.local/bin/system/start-scripts') 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 -- cgit v1.3