Skip to content

Instantly share code, notes, and snippets.

@jimclarkuk
Created April 1, 2014 08:34
Show Gist options
  • Save jimclarkuk/9910222 to your computer and use it in GitHub Desktop.
Save jimclarkuk/9910222 to your computer and use it in GitHub Desktop.
# My Screen Config
# Borrowed heavily from http://www.pixelbeat.org/lkdb/screen.html
startup_message off
# Window list at the bottom.
hardstatus alwayslastline
hardstatus string "%-w%{= BW}%50>%n %t%{-}%+w%<"
# Allow editors etc. to restore display on exit
# rather than leaving existing text in place
altscreen on
vbell off
# Create windows
screen -t tomcat 0 less +F /usr/share/tomcat/logs/catalina.out
screen -t run 1
screen -t procmail 7 vim /home/jamesclark/.procmailrc
screen -t pmlog 8 less +F /home/jamesclark/.procmail/pmlog
screen -t mail_handler.log 9 less +F /home/jamesclark/.procmail/mail_handler.log
select 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment