diff options
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 4053bce..c00b41f 100755 --- a/env/.local/bin/system/start-scripts/autostart.sh +++ b/env/.local/bin/system/start-scripts/autostart.sh @@ -63,7 +63,7 @@ if [ "$(cat /etc/hostname)" == "Kasino" ]; then fi if [ -z "$(pgrep mumble)" ]; then - mumble & disown + QT_QPA_PLATFORMTHEME="" mumble & disown fi if [ -z "$(pgrep mpd)" ]; then |
