MyNixOS website logo

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

Declarations
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
''