diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-02-22 01:13:52 -0600 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-02-22 01:13:52 -0600 |
| commit | bd335ffc2838a9e4b2f43d799391507cd67387ed (patch) | |
| tree | 5662d1af51945b3f95bcadfdb61c7a87fa4695e2 /env/.local/bin | |
| parent | 803e70e7fc5f54554f9235b3553ca9f243ac4534 (diff) | |
Squashed commit of the following:
- changed LICENSE to GPL
- mute button for i3
- vesktop launch fix
Diffstat (limited to 'env/.local/bin')
| -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 bbe7e60..77abff4 100755 --- a/env/.local/bin/system/start-scripts/autostart.sh +++ b/env/.local/bin/system/start-scripts/autostart.sh @@ -58,7 +58,7 @@ rc-service --user pipewire-pulse start if [ "$(cat /etc/hostname)" == "Kasino" ]; then if [ -z "$(pgrep vesktop)" ]; then - dbus-run-session vesktop & disown + vesktop %U & disown fi if [ -z "$(pgrep gajim)" ]; then |
