mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 12:49:26 +01:00
sway/autostart-communication.conf: fix the other electron apps
This commit is contained in:
parent
487791a17e
commit
b330ffe6b7
@ -1,7 +1,6 @@
|
|||||||
# Signal in wayland and tray
|
# 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, thus --use-tray-icon
|
||||||
# --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 --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --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
|
|
||||||
|
|
||||||
# Telegram
|
# Telegram
|
||||||
exec --no-startup-id flatpak run --env=LC_ALL=en_US.utf8 org.telegram.desktop -startintray
|
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
|
#exec --no-startup-id flatpak run org.gajim.Gajim.Devel
|
||||||
|
|
||||||
# Instant messenger as email client
|
# 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.
|
# 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,
|
# Lith, WeeChat Relay client. Sleeping so keyring has time to start first,
|
||||||
# otherwise the NextCloud issue of starting too early on SSD happens
|
# otherwise the NextCloud issue of starting too early on SSD happens
|
||||||
|
Loading…
Reference in New Issue
Block a user