Skip to content

Instantly share code, notes, and snippets.

@alxrogan
Forked from kaptain/.screenrc
Last active August 29, 2017 13:41
Show Gist options
  • Save alxrogan/a08013c91b59e73a64b5a815933f5f72 to your computer and use it in GitHub Desktop.
Save alxrogan/a08013c91b59e73a64b5a815933f5f72 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`%{-}"
# keep scrollback n lines
defscrollback 30000
# 256 colors
attrcolor b ".I"
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
defbce on
# mouse tracking allows to switch region focus by clicking
mousetrack on
#Default screens
screen -t Terminal 0
screen -t Steam 1
#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 2 sudo iftop -i eth0 -B
screen -t Status 3 htop
select 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment