From 69db553879d3ad7f356a9f54ffe6bc4dd9ee5c44 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 13 Mar 2022 12:57:51 +0200 Subject: [PATCH] i3: add Briar to autostart --- conf/i3/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/i3/config b/conf/i3/config index df2bf352..2fe4df21 100644 --- a/conf/i3/config +++ b/conf/i3/config @@ -467,6 +467,8 @@ exec --no-startup-id env LANG=en flatpak run --branch=beta --command=telegram-de # who actually prefers HexChat? # Jami, VIP, P2P, won't get sold and disappoint, not Electron, I hope exec --no-startup-id sleep 25 && jami-qt +# Briar, also P2P and may be more promising than Jami in special circumstances +exec --no-startup-id sleep 25 && flatpak run org.briarproject.Briar # FluffyChat is a Matrix client with multiple accounts and it's not even Electron! # (it's Flutter), however it suffers very high CPU usage on desktop (due to Flutter) #exec --no-startup-id sleep 5 && flatpak run im.fluffychat.Fluffychat