diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-07-24 20:09:13 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-07-24 20:09:13 -0500 |
| commit | 6c9643ba745340c5da9cbf8ed1e1c830f657b907 (patch) | |
| tree | ce224fbc01a991b92bff84f99442387eabdaa072 /env/.local/bin/system/start-scripts | |
| parent | 4808986b0873c15db21c8c3702b64537fb48463b (diff) | |
changes
- added mediamtx to backup
- removed mpris from awesome. switched to playerctl
- changed autostart to discord
- todo edit
- added choices to get reqs all
- added next and prev workspace
- made aur manager a var
- todo change
Diffstat (limited to 'env/.local/bin/system/start-scripts')
| -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 |
