mirror of
https://github.com/nix-community/home-manager
synced 2024-11-17 08:39:44 +01:00
i3: use fancy docbook markup in description
This commit is contained in:
parent
faf04b009b
commit
ed0cd78e05
1 changed files with 3 additions and 3 deletions
|
@ -34,9 +34,9 @@ let
|
||||||
type = types.nullOr types.string;
|
type = types.nullOr types.string;
|
||||||
default = null;
|
default = null;
|
||||||
description = ''
|
description = ''
|
||||||
Launch application on a particular workspace.
|
Launch application on a particular workspace. DEPRECATED:
|
||||||
DEPRECATED: Use i3.config.assigns instead.
|
Use <varname><link linkend="opt-xsession.windowManager.i3.config.assigns">xsession.windowManager.i3.config.assigns</link></varname>
|
||||||
See https://github.com/rycee/home-manager/issues/265.
|
instead. See <link xlink:href="https://github.com/rycee/home-manager/issues/265"/>.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue