Sway start protonmail-bridge at startup

This commit is contained in:
Evie Litherland-Smith 2024-09-13 08:13:56 +01:00
parent 491c952351
commit 5140a4ed16

View file

@ -175,6 +175,7 @@ in
};
startup = [
{ command = "${pkgs.libsForQt5.polkit-kde-agent}/libexec/polkit-kde-authentication-agent-1"; }
{ command = "${pkgs.protonmail-bridge}/bin/protonmail-bridge -n"; }
{ command = "${pkgs.dex}/bin/dex -a"; }
{ command = "${set-background}/bin/set-background"; }
];