diff --git a/options.xhtml b/options.xhtml index a7f4b2ed6..7581fa72e 100644 --- a/options.xhtml +++ b/options.xhtml @@ -17842,7 +17842,7 @@ For available settings see https://github.com/MalpenZibo/ashell?tab=readme-ov-file#configuration.

Type: -TOML value

+null or TOML value

Default: { }

@@ -23310,7 +23310,7 @@ strings concatenated with “\n”

See https://github.com/openai/codex/blob/main/codex-rs/config.md for supported values.

Type: -TOML value

+null or TOML value

Default: { }

@@ -36437,15 +36437,6 @@ list of string

"bezier" "monitor" "size" - "source" -] - - -

Example:

[
-  "$"
-  "bezier"
-  "monitor"
-  "size"
 ]
 
@@ -36526,8 +36517,7 @@ Hyprlock configuration value

-

Whether to enable putting source entries at the top of the configuration -.

+

Whether to enable putting source entries at the top of the configuration.

Type: boolean

@@ -53182,7 +53172,7 @@ boolean

attribute set of anything

Default: -{ }

+config.programs.obsidian.defaultSettings.app

Declared by:

@@ -53206,7 +53196,7 @@ attribute set of anything

attribute set of anything

Default: -{ }

+config.programs.obsidian.defaultSettings.appearance

Declared by:

@@ -53230,7 +53220,7 @@ attribute set of anything

list of ((submodule) or package convertible to it)

Default: -[ ]

+config.programs.obsidian.defaultSettings.communityPlugins

Declared by:

@@ -53322,27 +53312,8 @@ attribute set of anything

Type: list of ((submodule) or (one of “audio-recorder”, “backlink”, “bookmarks”, “canvas”, “command-palette”, “daily-notes”, “editor-status”, “file-explorer”, “file-recovery”, “global-search”, “graph”, “markdown-importer”, “note-composer”, “outgoing-link”, “outline”, “page-preview”, “properties”, “publish”, “random-note”, “slash-command”, “slides”, “switcher”, “sync”, “tag-pane”, “templates”, “word-count”, “workspaces”, “zk-prefixer”) convertible to it)

-

Default:

[
-  "backlink"
-  "bookmarks"
-  "canvas"
-  "command-palette"
-  "daily-notes"
-  "editor-status"
-  "file-explorer"
-  "file-recovery"
-  "global-search"
-  "graph"
-  "note-composer"
-  "outgoing-link"
-  "outline"
-  "page-preview"
-  "switcher"
-  "tag-pane"
-  "templates"
-  "word-count"
-]
-
+

Default: +config.programs.obsidian.defaultSettings.corePlugins

Declared by:

@@ -53435,7 +53406,7 @@ attribute set of anything

list of ((submodule) or absolute path convertible to it)

Default: -[ ]

+config.programs.obsidian.defaultSettings.cssSnippets

Declared by:

@@ -53555,7 +53526,7 @@ null or string

attribute set of (submodule)

Default: -{ }

+config.programs.obsidian.defaultSettings.extraFiles

Declared by:

@@ -53651,7 +53622,7 @@ null or string

attribute set of list of (submodule)

Default: -{ }

+config.programs.obsidian.defaultSettings.hotkeys

Declared by:

@@ -53720,7 +53691,7 @@ list of string

list of ((submodule) or package convertible to it)

Default: -[ ]

+config.programs.obsidian.defaultSettings.themes

Declared by:

@@ -66525,7 +66496,7 @@ boolean

string

Default: -"graphical-session.target"

+config.wayland.systemd.target

Declared by:

@@ -72757,7 +72728,7 @@ programs.vscode.profiles.

boolean

Default: -true

+(removeAttrs config.programs.vscode.profiles [ "default" ]) == { }

Example: false

@@ -74963,7 +74934,7 @@ otherwise the service may never be started.

string

Default: -"graphical-session.target"

+config.wayland.systemd.target

Example: "sway-session.target"

@@ -82233,10 +82204,8 @@ otherwise the service may never be started.

Note: A single string value is

Type: (list of string) or string

-

Default:

[
-  "graphical-session.target"
-]
-
+

Default: +[ config.wayland.systemd.target ]

Example: "sway-session.target"

@@ -87506,7 +87475,7 @@ string

string

Default: -"graphical-session.target"

+config.wayland.systemd.target

Declared by:

@@ -103367,7 +103336,7 @@ null or string

string

Default: -"graphical-session.target"

+config.wayland.systemd.target

Declared by:

@@ -108067,7 +108036,6 @@ list of string

"$" "bezier" "name" - "source" ] @@ -110525,7 +110493,7 @@ one of “smart”, “urgent”, “focus”, “none”

one of “yes”, “no”, “force”, “workspace”

Default: -"no"

+if focus.forceWrapping then "yes" else "no"

Declared by:

@@ -111027,18 +110995,23 @@ attribute set of attribute set of string

Default:

{
   resize = {
-    Down = "resize grow height 10 px";
-    Escape = "mode default";
-    Left = "resize shrink width 10 px";
-    Return = "mode default";
-    Right = "resize grow width 10 px";
-    Up = "resize shrink height 10 px";
-    h = "resize shrink width 10 px";
-    j = "resize grow height 10 px";
-    k = "resize shrink height 10 px";
-    l = "resize grow width 10 px";
+    # Binds arrow keys to resizing commands
+    ${cfg.config.left}" = "resize shrink width 10 px";
+    ${cfg.config.down}" = "resize grow height 10 px";
+    ${cfg.config.up}" = "resize shrink height 10 px";
+    ${cfg.config.right}" = "resize grow width 10 px";
+
+    "Left" = "resize shrink width 10 px";
+    "Down" = "resize grow height 10 px";
+    "Up" = "resize shrink height 10 px";
+    "Right" = "resize grow width 10 px";
+
+    # Exit resize mode
+    "Escape" = "mode default";
+    "Return" = "mode default";
   };
 }
+
 

Declared by:

@@ -117870,7 +117843,7 @@ one of “smart”, “urgent”, “focus”, “none”

one of “yes”, “no”, “force”, “workspace”

Default: -"yes"

+if focus.forceWrapping then "force" else "yes"

Declared by: