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

Whether to enable Enable clipse clipboard manager.

Type: boolean

Default:

false

Example:

true

Declared by:

services.clipse.package

The clipse package to use.

Type: null or package

Default:

pkgs.clipse

Declared by:

services.clipse.allowDuplicates

Allow duplicates

Type: boolean

Default:

false

Declared by:

services.clipse.historySize

Number of history lines to keep.

Type: signed integer

Default:

100

Declared by:

services.clipse.imageDisplay.heightCut

Height cut

Type: signed integer

Default:

2

Declared by:

services.clipse.imageDisplay.scaleX

Image scaling factor X

Type: signed integer

Default:

9

Declared by:

services.clipse.imageDisplay.scaleY

Image scaling factor Y

Type: signed integer

Default:

9

Declared by:

services.clipse.imageDisplay.type

Preview image method

Type: one of “basic”, “kitty”, “sixel”

Default:

"basic"

Declared by:

services.clipse.keyBindings

Custom key bindings

Type: JSON value

Default:

{ }

Example:

 {
   "choose" = "enter";
   "clearSelected" = "S";
   "down" = "down";
   "end" = "end";
   "filter" = "/";
   "home" = "home";
   "more" = "?";
   "nextPage" = "right";
   "prevPage" = "left";
   "preview" = "t";
   "quit" = "q";
   "remove" = "x";
   "selectDown" = "ctrl+down";
   "selectSingle" = "s";
   "selectUp" = "ctrl+up";
   "togglePin" = "p";
   "togglePinned" = "tab";
   "up" = "up";
   "yankFilter" = "ctrl+s";
};

Declared by:

services.clipse.systemdTarget

The systemd target that will automatically start the clipse service.

When setting this value to "sway-session.target", make sure to also enable wayland.windowManager.sway.systemd.enable, otherwise the service may never be started.

Type: string

Default:

"graphical-session.target"

Example:

"sway-session.target"

Declared by:

services.clipse.theme

Configuration written to $XDG_CONFIG_HOME/clipse/custom_theme.json.

Type: JSON value

Default:

{
  useCustomTheme = false;
}

Example:

{
  useCustomTheme = true;
  DimmedDesc = "#ffffff";
  DimmedTitle = "#ffffff";
  FilteredMatch = "#ffffff";
  NormalDesc = "#ffffff";
  NormalTitle = "#ffffff";
  SelectedDesc = "#ffffff";
  SelectedTitle = "#ffffff";
  SelectedBorder = "#ffffff";
  SelectedDescBorder = "#ffffff";
  TitleFore = "#ffffff";
  Titleback = "#434C5E";
  StatusMsg = "#ffffff";
  PinIndicatorColor = "#ff0000";
};

Declared by: