From 12e7ac79630c92421d45de8aabc57b99908383a0 Mon Sep 17 00:00:00 2001 From: rycee Date: Mon, 9 Sep 2024 15:37:34 +0000 Subject: [PATCH] deploy: 10541f19c584fe9633c921903d8c095d5411e041 --- options.xhtml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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";