This commit is contained in:
rycee 2024-04-19 16:23:35 +00:00
parent 4e88c31683
commit da8a061fe9
1 changed files with 43 additions and 0 deletions

View File

@ -54802,6 +54802,49 @@ boolean</p>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-qt.kde.settings"></a><a class="term" href="options.xhtml#opt-qt.kde.settings"><code class="option">qt.kde.settings</code>
</a>
</span>
</dt>
<dd>
<p>A set of values to be modified by <span class="command"><strong>kwriteconfig5</strong></span>.</p><p>The example value would cause the following command to run in the
activation script:</p><pre><code class="programlisting shell">kwriteconfig5 --file $XDG_CONFIG_HOME/powermanagementprofilesrc \
--group AC \
--group HandleButtonEvents \
--group lidAction \
--key lidAction \
32
</code></pre><p>Note, <code class="literal">null</code> values will delete the corresponding entry instead of
inserting any value.</p>
<p><span class="emphasis"><em>Type:</em></span>
attribute set of (KDE option value)</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">{
powermanagementprofilesrc = {
AC = {
HandleButtonEvents = {
lidAction = 32;
};
};
};
}
</code></pre>
<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/misc/qt/kconfig.nix" target="_top">
&lt;home-manager/modules/misc/qt/kconfig.nix&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-qt.platformTheme"></a><a class="term" href="options.xhtml#opt-qt.platformTheme"><code class="option">qt.platformTheme</code>