diff --git a/options.html b/options.html index cc5cb3884..cbf411cc6 100644 --- a/options.html +++ b/options.html @@ -11386,7 +11386,7 @@ for more advanced setup use 'i3.extraConfig'.
T 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"; workspace = "1: web"; } +{ command = "firefox"; } ];
Declared by:
<home-manager/modules/services/window-managers/i3-sway/i3.nix>
|