diff --git a/options.xhtml b/options.xhtml index f6865b659..819a48827 100644 --- a/options.xhtml +++ b/options.xhtml @@ -39347,8 +39347,7 @@ t { montage_mode_enter() }

Configuration written to $XDG_CONFIG_HOME/pqivrc. See -pqiv(1) for a list of available options. To set a -boolean flag, set the value to 1.

+pqiv(1) for a list of available options.

Type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))

@@ -39358,8 +39357,8 @@ attribute set of section of an INI file (attrs of INI atom (null, bool, int, flo

Example:

{
   options = {
-    lazy-load = 1;
-    hide-info-box = 1;
+    lazy-load = true;
+    hide-info-box = true;
     background-pattern = "black";
     thumbnail-size = "256x256";
     command-1 = "thunar";