diff --git a/conf/sway/config.d/autostart-communication.conf b/conf/sway/config.d/autostart-communication.conf index d199ec87..3fd7e749 100644 --- a/conf/sway/config.d/autostart-communication.conf +++ b/conf/sway/config.d/autostart-communication.conf @@ -1,7 +1,3 @@ -# Very Important Communication Programs, P2P, not expected to get sold -exec --no-startup-id flatpak run net.jami.Jami -exec --no-startup-id flatpak run org.briarproject.Briar - # 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 diff --git a/conf/sway/config.d/autostart-p2p-communication.conf b/conf/sway/config.d/autostart-p2p-communication.conf new file mode 100644 index 00000000..fc2b0d35 --- /dev/null +++ b/conf/sway/config.d/autostart-p2p-communication.conf @@ -0,0 +1,3 @@ +# Very Important Communication Programs, P2P, not expected to get sold +exec --no-startup-id flatpak run net.jami.Jami +exec --no-startup-id flatpak run org.briarproject.Briar