A favorite .screenrc setting

I thought I’d share my current and favorite, .screenrc settings:

vbell off
autodetach on
defscrollback 10000
startup_message off
pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended."
caption always "%{= gk}%-Lw%{= rW}%50> %n%f* %t %{-}%+Lw%< %= %{= Gk} %H %{= rW} %l %{= Gk} %0c:%s %d/%m %{-}"
shell -$SHELL

Looking like:

From the bottom left to right:

  • Screen name ‘tabs’: %-Lw%{= rW}%50> %n%f* %t %{-}%+Lw%<
  • Server name: %H
  • Server load: %l
  • Date & time: %0c:%s %d/%m

I put this togehter a few years ago, back in London, when working at multimap, but I cannot remember where I sourced it from. So, I’m putting it here for posterity.

What is your favourite .screenrc configuration?

Tags:

3 Comments to “A favorite .screenrc setting”

  1. Dev Null Says:

    Hey, I was googling for a screenrc like this and I came across one you may have sourced this from:
    http://www.tenox.tc/out/

  2. someone Says:

    thanks, I LOOOOOOOOOOOOOOOOOOOOOOOOOVE it :)

  3. elnio Says:

    Hi guys..i dont know if anyone watched this thread anymore but i have a tricky question for you..is it possible to change the background and text color and not use the default terminal profile..so you can have different colors in screen mode and in non screen..hope you response..take care

Leave a Reply