aboutsummaryrefslogtreecommitdiff
path: root/env/.local/bin/system
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2026-04-28 20:55:39 -0500
committericeyrazor <iceyrazor@mailfence.com>2026-04-28 20:55:39 -0500
commited29d871a8b2473577e94bbc12308be04322f385 (patch)
treed117efdc6c62efcd794b0a9d455e24be86c40a59 /env/.local/bin/system
parent35cc9f4f4d12d63dbe80cf8f1fd84e34e9eecd38 (diff)
Squashed commit of the following:
steam silent removed some nvim plugins vis changes added vis config backup changes backup change
Diffstat (limited to 'env/.local/bin/system')
-rwxr-xr-xenv/.local/bin/system/start-scripts/autostart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/env/.local/bin/system/start-scripts/autostart.sh b/env/.local/bin/system/start-scripts/autostart.sh
index b0b2daa..9a5ac46 100755
--- a/env/.local/bin/system/start-scripts/autostart.sh
+++ b/env/.local/bin/system/start-scripts/autostart.sh
@@ -56,7 +56,7 @@ if [ "$(cat /etc/hostname)" == "Kasino" ]; then
fi
if [ -z "$(pgrep steam)" ]; then
- steam & disown
+ steam -silent & disown
fi
if [ -z "$(pgrep mumble)" ]; then