mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 21:29:48 +01:00
deploy: 433e686675
This commit is contained in:
parent
12e7ac7963
commit
e89f33a20c
1 changed files with 31 additions and 0 deletions
|
@ -13336,6 +13336,37 @@ null or (positive integer, meaning >0)</p>
|
|||
<p><span class="emphasis"><em>Example:</em></span>
|
||||
<code class="literal">96</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/autorandr.nix" target="_top">
|
||||
<home-manager/modules/programs/autorandr.nix>
|
||||
</a></code>
|
||||
</td></tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt>
|
||||
<span class="term">
|
||||
<a id="opt-programs.autorandr.profiles._name_.config._name_.extraConfig"></a><a class="term" href="options.xhtml#opt-programs.autorandr.profiles._name_.config._name_.extraConfig"><code class="option">programs.autorandr.profiles.<name>.config.<name>.extraConfig</code>
|
||||
</a>
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<p>Extra lines to append to this profile’s config.</p>
|
||||
|
||||
<p><span class="emphasis"><em>Type:</em></span>
|
||||
strings concatenated with “\n”</p>
|
||||
|
||||
<p><span class="emphasis"><em>Default:</em></span>
|
||||
<code class="literal">""</code></p>
|
||||
|
||||
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">''
|
||||
x-prop-non_desktop 0
|
||||
some-key some-value
|
||||
''
|
||||
|
||||
</code></pre>
|
||||
|
||||
<p><span class="emphasis"><em>Declared by:</em></span></p>
|
||||
<table border="0" summary="Simple list" class="simplelist">
|
||||
<tr><td>
|
||||
|
|
Loading…
Reference in a new issue