mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01:00
sway/autostart-communication: add the WebRTCPipeWireCapturer flag
This commit is contained in:
parent
ff4d1af6cc
commit
da58b04a87
@ -5,7 +5,7 @@ exec --no-startup-id sleep 25 && flatpak run org.briarproject.Briar
|
|||||||
# Signal in wayland and tray
|
# Signal in wayland and tray
|
||||||
# --disable-gpu - https://github.com/signalapp/Signal-Desktop/issues/2567#issuecomment-457282578
|
# --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
|
# --start-in-tray - would be nice, but then I cannot open it from there, trus --use-tray-icon
|
||||||
exec --no-startup-id sleep 15 && flatpak run org.signal.Signal --enable-features=UseOzonePlatform --ozone-platform=wayland --disable-gpu --use-tray-icon
|
exec --no-startup-id sleep 15 && flatpak run org.signal.Signal --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland --disable-gpu --use-tray-icon
|
||||||
|
|
||||||
# Telegram
|
# Telegram
|
||||||
exec --no-startup-id sleep 15 && flatpak run --env=LC_ALL=en_US.utf8 org.telegram.desktop -startintray
|
exec --no-startup-id sleep 15 && flatpak run --env=LC_ALL=en_US.utf8 org.telegram.desktop -startintray
|
||||||
|
Loading…
Reference in New Issue
Block a user