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

Whether to enable jankyborders.

Type: boolean

Default:

false

Example:

true

Declared by:

services.jankyborders.package

The jankyborders package to use.

Type: package

Default:

pkgs.jankyborders

Declared by:

services.jankyborders.errorLogFile

Absolute path to log all stderr output.

Type: null or absolute path or string

Default:

${config.home.homeDirectory}/Library/Logs/jankyborders/err.log

Example:

"/Users/khaneliman/Library/Logs/jankyborders.log"

Declared by:

services.jankyborders.outLogFile

Absolute path to log all stdout output.

Type: null or absolute path or string

Default:

${config.home.homeDirectory}/Library/Logs/jankyborders/out.log

Example:

"/Users/khaneliman/Library/Logs/jankyborders.log"

Declared by:

services.jankyborders.settings

Configuration settings to passed to borders in $XDG_CONFIG_HOME/borders/bordersc. See https://github.com/FelixKratz/JankyBorders for the documentation.

Type: attribute set of anything

Default:

{ }

Example:

        {
          style=round;
	        width=6.0;
	        hidpi="off";
	        active_color="0xffe2e2e3";
	        inactive_color="0xff414550";
        }

Declared by: