From 554e332ae0ecef13bea017d2cef7b69332ec7e18 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Thu, 6 Jul 2023 11:17:44 -0700 Subject: [PATCH] i3: autostart protonmail-bridge --- modules/i3/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/i3/default.nix b/modules/i3/default.nix index 9fefebf..810c407 100644 --- a/modules/i3/default.nix +++ b/modules/i3/default.nix @@ -79,6 +79,11 @@ in with theme.colors; { always = true; notification = false; } + { + command = "protonmail-bridge --noninteractive &"; + always = true; + notification = false; + } { command = "(xborders --border-rgb ${builtins.substring 1 6 primary}ff --border-radius 12 --border-width 2 --smart-hide-border --disable-version-warning) &"; always = true;