Skip to content

Instantly share code, notes, and snippets.

@nicerobot
Created December 7, 2011 12:59
Show Gist options
  • Select an option

  • Save nicerobot/1442708 to your computer and use it in GitHub Desktop.

Select an option

Save nicerobot/1442708 to your computer and use it in GitHub Desktop.
.screenrc with "tabs" using hardstatus and caption options
# look and feel
caption always "%{= bb}%{+b w}%h %=%{=b rw} %l %{= db} ${USER}@%H %{= dg}%c"
hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<"
# skip the startup message
startup_message off
# go to home dir
chdir
# Automatically detach on hangup.
autodetach on
# Change default scrollback value for new windows
defscrollback 10000
# start with visual bell as default
vbell on
vbell_msg "bell on %t (%n)"
activity "Activity in %t(%n)"
shelltitle "shell"
shell -$SHELL
@relipse
Copy link
Copy Markdown

relipse commented Dec 9, 2016

What are the numbers 2.40 1.99 1.87 i think it refers to this: %{+b w}%h %=%{=b rw} %l %{= db} ?
Thanks

@nurettin
Copy link
Copy Markdown

nurettin commented Apr 3, 2021

they are cpu utilization

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment