Skip to content

Instantly share code, notes, and snippets.

@kaptain
Created June 18, 2012 17:47
Show Gist options
  • Select an option

  • Save kaptain/2949658 to your computer and use it in GitHub Desktop.

Select an option

Save kaptain/2949658 to your computer and use it in GitHub Desktop.
Simple GNU Screen .screenrc file
#Defaults
startup_message off
vbell on
vbell_msg " Blue. Blue. "
#Setup hardstatus complete with formatting
hardstatus on
hardstatus alwayslastline
hardstatus string "%{= kg}[ %{G}%H %{g}] %{=}%-w%{+b w}%n %t%{-b w}%+w %{= kG}%-=%D %m/%d/%y | %C:%s %A | %1`%{-}"
#Default screens
screen -t Terminal 0
screen -t AIM 1 finch
screen -t IRC 2 irssi
screen -t Mail 3 mutt
screen -t Web 4 w3m -no-cookie http://www.google.com
screen -t Twitter 5 tyrs
screen -t MC 6 mc
screen -t Feeds 7 newsbeuter
screen -t Network 8 sudo iftop -i eth0 -B
screen -t Status 9 htop
select 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment