xsession.windowManager.i3.config.startup

Commands that should be executed at startup.

See https://i3wm.org/docs/userguide.html#_automatically_starting_applications_on_i3_startup.

Type
list of (submodule)
Default
[ ]
Example
[
{ command = "systemctl --user restart polybar"; always = true; notification = false; }
{ command = "dropbox start"; notification = false; }
{ command = "firefox"; }
];
Declared
<home-manager/modules/services/window-managers/i3-sway/i3.nix>