modules.system.gui: add more startup apps

This commit is contained in:
2025-12-22 12:58:10 +08:00
parent 1d6a352978
commit 4d10cb5301

View File

@@ -97,7 +97,13 @@ inputs:
default-column-width.proportion = 0.5;
preset-column-widths = [ { proportion = 0.33333; } { proportion = 0.5; } { proportion = 0.66667; } ];
};
spawn-at-startup = [{ argv = [ "Telegram" "-startintray" ]; }];
spawn-at-startup =
[
{ argv = [ "Telegram" "-startintray" ]; }
{ argv = [ "steam" "-silent" ]; }
{ argv = [ "element-desktop" "--hidden" ]; }
{ argv = [ "discord" "--start-minimized" "--no-startup-id" ]; }
];
};
};
})];