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

services.wob.enable

Whether to enable wob.

Type: boolean

Default:

false

Example:

true

Declared by:

services.wob.package

The wob package to use.

Type: null or package

Default:

pkgs.wob

Declared by:

services.wob.settings

Configuration written to $XDG_CONFIG_HOME/wob/wob.ini. See wob.ini(5) for documentation.

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

Default:

{ }

Example:

{
  "" = {
    border_size = 10;
    height = 50;
  };
  "output.foo" = {
    name = "DP-1";
  };
  "style.muted" = {
    background_color = "032cfc";
  };
}

Declared by:

services.wob.systemd

Whether to enable systemd service and socket for wob.

Type: boolean

Default:

true

Example:

true

Declared by: