1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-09-21 05:47:29 +02:00
This commit is contained in:
rycee 2024-09-13 07:58:49 +00:00
parent 12e7ac7963
commit e89f33a20c

View file

@ -13336,6 +13336,37 @@ null or (positive integer, meaning &gt;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">
&lt;home-manager/modules/programs/autorandr.nix&gt;
</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.&lt;name&gt;.config.&lt;name&gt;.extraConfig</code>
</a>
</span>
</dt>
<dd>
<p>Extra lines to append to this profiles 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">&quot;&quot;</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">&#x27;&#x27;
x-prop-non_desktop 0
some-key some-value
&#x27;&#x27;
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>