1

Modules/Niri: Delay startup of apps requiring tray

This commit is contained in:
2025-11-15 14:35:21 +01:00
parent a6c24c1f81
commit f32a7f59a1

View File

@ -93,9 +93,9 @@ in {
{argv = ["noctalia-shell"];} {argv = ["noctalia-shell"];}
{argv = ["kitty" "--hold" "fastfetch"];} {argv = ["kitty" "--hold" "fastfetch"];}
{argv = ["zeal"];} {argv = ["zeal"];}
{argv = ["nextcloud --background"];} {argv = ["sleep" "5s" "&&" "nextcloud" "--background"];}
{argv = ["protonvpn-app"];} {argv = ["protonvpn-app"];}
{argv = ["keepassxc"];} {argv = ["sleep" "5s" "&&" "keepassxc"];} # TODO: Delay startup
{argv = ["fcitx5"];} {argv = ["fcitx5"];}
# TODO: On certain workspaces # TODO: On certain workspaces