Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

liuxu.home.gui.agl.enable

Liuxu (Home): Whether to enable the agl.

Type: boolean

Default:

false

Example:

true

Declared by:

liuxu.home.gui.hyprland.enable

Liuxu (Home): Whether to enable the Hyprland GUI.

Type: boolean

Default:

false

Example:

true

Declared by:

liuxu.home.gui.keybinds.execr

Liuxu (Home): Keybinds that exec a cmd, apply to both Hyprland and Niri.

Type: list of (submodule)

Default:

[ ]

Example:

[
  {
    cmd = [
      "noctalia"
      "msg"
      "panel-toggle"
      "launcher"
    ];
    key = "R";
    mod = "Mod";
    opt = {
      lock = false;
      repeat = false;
    };
  }
]

Declared by:

liuxu.home.gui.keybinds.execr.*.cmd

Liuxu (Home): Keybind’s cmd to exec, must not be empty, can be a single str if there’s no args.

Type: (list of string) or string convertible to it

Default:

[ ]

Example:

[
  "noctalia"
  "msg"
  "panel-toggle"
  "launcher"
]

Declared by:

liuxu.home.gui.keybinds.execr.*.key

Liuxu (Home): Keybind’s key, must not be empty.

Type: string

Example:

"R"

Declared by:

liuxu.home.gui.keybinds.execr.*.mod

Liuxu (Home): Keybind’s modkey, can be a single string or a list of string.

Type: (list of string) or string convertible to it

Default:

[ ]

Example:

"Mod"

Declared by:

liuxu.home.gui.keybinds.execr.*.opt.lock

Liuxu (Home): Whether or not the keybind is effective in lockscreen.

Type: boolean

Default:

false

Example:

true

Declared by:

liuxu.home.gui.keybinds.execr.*.opt.repeat

Liuxu (Home): Whether or not the keybind will do effect repeatly when long-pressed.

Type: boolean

Default:

false

Example:

true

Declared by:

liuxu.home.gui.niri.enable

Liuxu (Home): Whether to enable the Niri GUI.

Type: boolean

Default:

false

Example:

true

Declared by:

liuxu.home.gui.niri.keybinds

Liuxu (Home): keybinds for niri, KDL snippit in nix-kdl expression.

Type: list of anything

Default:

[ ]

Example:

[
  <function>
]

Declared by:

liuxu.home.gui.niri.settings

Liuxu (Home): Niri settings in kdl.

Type: strings concatenated with “\n”

Default:

""

Example:

''
  input {
      disable-power-key-handling
  }''

Declared by:

liuxu.home.gui.zen.enable

Liuxu (Home): Whether to enable the Zen browser.

Type: boolean

Default:

false

Example:

false

Declared by:

liuxu.home.internal.intransience.dirs.*.method

This option has no description.

Type: one of “bind”, “symlink”

Default:

"bind"

Declared by:

liuxu.home.internal.intransience.dirs.*.path

This option has no description.

Type: string

Declared by:

liuxu.home.internal.intransience.files.*.method

This option has no description.

Type: one of “bind”, “symlink”

Default:

"bind"

Declared by:

liuxu.home.internal.intransience.files.*.path

This option has no description.

Type: string

Declared by:

liuxu.home.opencode.enable

Liuxu (Home): Whether to enable opencode, a coding agent.

Type: boolean

Default:

false

Example:

true

Declared by:

liuxu.home.sdk.enable

Liuxu (Home): Whether to enable the SDKs.

Type: boolean

Default:

false

Example:

true

Declared by:

liuxu.home.sdk.elixir.enable

Liuxu (Home): Whether to enable the Elixir SDK.

Type: boolean

Default:

false

Example:

true

Declared by: