diff --git a/conf/sway/config.d/autostart-communication.conf b/conf/sway/config.d/autostart-communication.conf index ec8a2fda..97057fef 100644 --- a/conf/sway/config.d/autostart-communication.conf +++ b/conf/sway/config.d/autostart-communication.conf @@ -1,7 +1,6 @@ # Signal in wayland and tray -# --disable-gpu - https://github.com/signalapp/Signal-Desktop/issues/2567#issuecomment-457282578 -# --start-in-tray - would be nice, but then I cannot open it from there, trus --use-tray-icon -#exec --no-startup-id flatpak run org.signal.Signal --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer --ozone-platform=wayland --disable-gpu --use-tray-icon +# --start-in-tray - would be nice, but then I cannot open it from there, thus --use-tray-icon +#exec --no-startup-id flatpak run org.signal.Signal --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --use-tray-icon # Telegram exec --no-startup-id flatpak run --env=LC_ALL=en_US.utf8 org.telegram.desktop -startintray @@ -18,10 +17,10 @@ exec --no-startup-id flatpak run im.dino.Dino --gapplication-service #exec --no-startup-id flatpak run org.gajim.Gajim.Devel # Instant messenger as email client -exec --no-startup-id flatpak run chat.delta.desktop --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@ +exec --no-startup-id flatpak run chat.delta.desktop --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations # Mattermost, I fear it's Electron. -#exec --no-startup-id flatpak run com.mattermost.Desktop +#exec --no-startup-id flatpak run com.mattermost.Desktop --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations # Lith, WeeChat Relay client. Sleeping so keyring has time to start first, # otherwise the NextCloud issue of starting too early on SSD happens