diff --git a/options.xhtml b/options.xhtml index c332477e6..9988687ef 100644 --- a/options.xhtml +++ b/options.xhtml @@ -54802,6 +54802,49 @@ boolean
+qt.kde.settings
+
+
+A set of values to be modified by kwriteconfig5.
The example value would cause the following command to run in the +activation script:
kwriteconfig5 --file $XDG_CONFIG_HOME/powermanagementprofilesrc \
+ --group AC \
+ --group HandleButtonEvents \
+ --group lidAction \
+ --key lidAction \
+ 32
+
Note, null
values will delete the corresponding entry instead of
+inserting any value.
Type: +attribute set of (KDE option value)
+ +Default:
+{ }
Example:
{
+ powermanagementprofilesrc = {
+ AC = {
+ HandleButtonEvents = {
+ lidAction = 32;
+ };
+ };
+ };
+}
+
+
+Declared by:
+
+
+<home-manager/modules/misc/qt/kconfig.nix>
+
+ |
qt.platformTheme