From 730267d80e56e4b8c4f65bb309fbef96e7a20212 Mon Sep 17 00:00:00 2001 From: rycee Date: Sun, 4 Feb 2024 23:11:50 +0000 Subject: [PATCH] deploy: 4740f2ccda184e9cc509d7a82b26d7271e0c79d9 --- options.xhtml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/options.xhtml b/options.xhtml index 3839201e0..1c3ae565d 100644 --- a/options.xhtml +++ b/options.xhtml @@ -28472,7 +28472,7 @@ attribute set of (string or boolean or signed integer)

Type: boolean

-

Default:

config.programs.kitty.shellIntegration.mode != "disabled"
+

Default:

!(elem "disabled" (splitString " " config.programs.kitty.shellIntegration.mode))
 
 
@@ -28500,7 +28500,7 @@ boolean

Type: boolean

-

Default:

config.programs.kitty.shellIntegration.mode != "disabled"
+

Default:

!(elem "disabled" (splitString " " config.programs.kitty.shellIntegration.mode))
 
 
@@ -28528,7 +28528,7 @@ boolean

Type: boolean

-

Default:

config.programs.kitty.shellIntegration.mode != "disabled"
+

Default:

!(elem "disabled" (splitString " " config.programs.kitty.shellIntegration.mode))
 
 
@@ -28561,7 +28561,7 @@ for more details.

string

Default: -"enabled"

+"no-rc"

Example: "no-cursor"