i3: autostart protonmail-bridge
This commit is contained in:
parent
226264091b
commit
554e332ae0
1 changed files with 5 additions and 0 deletions
|
@ -79,6 +79,11 @@ in with theme.colors; {
|
||||||
always = true;
|
always = true;
|
||||||
notification = false;
|
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) &";
|
command = "(xborders --border-rgb ${builtins.substring 1 6 primary}ff --border-radius 12 --border-width 2 --smart-hide-border --disable-version-warning) &";
|
||||||
always = true;
|
always = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue