Modules/Niri: Delay startup of apps requiring tray
This commit is contained in:
@ -91,17 +91,14 @@ in {
|
|||||||
|
|
||||||
spawn-at-startup = [
|
spawn-at-startup = [
|
||||||
{argv = ["noctalia-shell"];}
|
{argv = ["noctalia-shell"];}
|
||||||
|
|
||||||
{argv = ["kitty" "--hold" "fastfetch"];}
|
{argv = ["kitty" "--hold" "fastfetch"];}
|
||||||
{argv = ["zeal"];}
|
{argv = ["zeal"];}
|
||||||
{argv = ["sleep" "5s" "&&" "nextcloud" "--background"];}
|
|
||||||
{argv = ["protonvpn-app"];}
|
{argv = ["protonvpn-app"];}
|
||||||
{argv = ["sleep" "5s" "&&" "keepassxc"];}
|
|
||||||
{argv = ["fcitx5"];}
|
{argv = ["fcitx5"];}
|
||||||
|
|
||||||
# TODO: On certain workspaces
|
{sh = "sleep 5s && nextcloud --background";}
|
||||||
# {argv = ["ferdium"];}
|
{sh = "sleep 5s && keepassxc";}
|
||||||
# {argv = ["kitty --title=Btop btop"];}
|
|
||||||
# {argv = ["kitty --title=Rmpc rmpc"];}
|
|
||||||
];
|
];
|
||||||
|
|
||||||
workspaces = {
|
workspaces = {
|
||||||
|
|||||||
Reference in New Issue
Block a user