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.wpaperd.enable

Whether to enable wpaperd.

Type: boolean

Default:

false

Example:

true

Declared by:

services.wpaperd.package

The wpaperd package to use.

Type: null or package

Default:

pkgs.wpaperd

Declared by:

services.wpaperd.settings

Configuration written to $XDG_CONFIG_HOME/wpaperd/wallpaper.toml. See https://github.com/danyspin97/wpaperd#wallpaper-configuration for the full list of options.

Type: TOML value

Default:

{ }

Example:

{
  DP-2 = {
    path = "/home/foo/Pictures/Anime";
    sorting = "descending";
  };
  eDP-1 = {
    apply-shadow = true;
    path = "/home/foo/Pictures/Wallpaper";
  };
}

Declared by: