i3: autostart protonmail-bridge

This commit is contained in:
Elnu 2023-07-06 11:17:44 -07:00
parent 226264091b
commit 554e332ae0

View file

@ -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;