diff --git a/bash/usr-local-bin/startsway b/bash/usr-local-bin/startsway index 1120b40..1ccac06 100755 --- a/bash/usr-local-bin/startsway +++ b/bash/usr-local-bin/startsway @@ -21,5 +21,8 @@ export SDL_VIDEODRIVER=wayland # Mozilla Products export MOZ_ENABLE_WAYLAND=1 +# Waybar states: [warning] For a functional tray you must have libappindicator-* installed and export XDG_CURRENT_DESKTOP=Unity +export XDG_CURRENT_DESKTOP=Unity + dbus-launch --exit-with-session sway --unsupported-gpu $@ set +x