diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-05-07 22:30:45 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-05-07 22:30:45 -0500 |
| commit | a011b229a6de694d488af0a8bb584d8c52136e66 (patch) | |
| tree | f622946292ae3d79d51ef846addf195622472373 /env/.local/bin/system/start-scripts | |
| parent | fdc2ee1e43d2192314038bf74c9ccb36ff4b00da (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-x | env/.local/bin/system/start-scripts/autostart.sh | 8 |
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 |
