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

programs.screen.enable

Whether to enable screen.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.screen.package

The screen package to use.

Type: null or package

Default:

pkgs.screen

Declared by:

programs.screen.screenrc

Config file for GNU Screen. All the details can be found here: https://www.gnu.org/software/screen/manual/screen.html.

Type: null or absolute path or strings concatenated with ā€œ\nā€

Default:

null

Example:

''
  screen -t rtorrent rtorrent
  screen -t irssi irssi
  screen -t centerim centerim
  screen -t ncmpc ncmpc -c
  screen -t bash4
  screen -t bash5
  screen -t bash6
  screen -t bash7
  screen -t bash8
  screen -t bash9
  altscreen on
  term screen-256color
  bind ',' prev
  bind '.' next
''

Declared by: