diff options
Diffstat (limited to 'env/.local/bin/system')
| -rwxr-xr-x | env/.local/bin/system/start-scripts/autostart.sh | 2 |
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 a3f9db5..ea51fdc 100755 --- a/env/.local/bin/system/start-scripts/autostart.sh +++ b/env/.local/bin/system/start-scripts/autostart.sh @@ -56,7 +56,7 @@ fi if [ "$(cat /etc/hostname)" == "Kasino" ]; then if [ -z "$(pgrep vesktop)" ]; then sleep 2s - dbus-run-session vesktop & disown + dbus-run-session discord & disown fi if [ -z "$(pgrep gajim)" ]; then |
