1

Modules/Niri: Delay startup of apps requiring tray

This commit is contained in:
2025-11-15 14:56:28 +01:00
parent aa2c3f218a
commit 4871f3ef05

View File

@ -91,17 +91,14 @@ in {
spawn-at-startup = [
{argv = ["noctalia-shell"];}
{argv = ["kitty" "--hold" "fastfetch"];}
{argv = ["zeal"];}
{argv = ["sleep" "5s" "&&" "nextcloud" "--background"];}
{argv = ["protonvpn-app"];}
{argv = ["sleep" "5s" "&&" "keepassxc"];}
{argv = ["fcitx5"];}
# TODO: On certain workspaces
# {argv = ["ferdium"];}
# {argv = ["kitty --title=Btop btop"];}
# {argv = ["kitty --title=Rmpc rmpc"];}
{sh = "sleep 5s && nextcloud --background";}
{sh = "sleep 5s && keepassxc";}
];
workspaces = {