From 809eb42cb293942a2c41fd2364b4392e4f27a79d Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 17 Sep 2022 20:13:16 +0300 Subject: [PATCH] sway: split p2p-communication to its own autostart file Resolves: #146 --- conf/sway/config.d/autostart-communication.conf | 4 ---- conf/sway/config.d/autostart-p2p-communication.conf | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 conf/sway/config.d/autostart-p2p-communication.conf 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