sway/autostart-communication.conf: fix the other electron apps

This commit is contained in:
Aminda Suomalainen 2024-01-12 11:12:53 +02:00
parent 487791a17e
commit b330ffe6b7
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 4 additions and 5 deletions

View File

@ -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