The quintessential random's screen settings ||| http://elliottcable.name/
# Created by elliottcable (elliottcable.name)
# Licensed as Creative Commons BY-NC-SA 3.0 (creativecommons.org/licenses/by-nc-sa/3.0)
# -------------------------------------
# File to set up screen settings.
# Set the escape sequence to just a single backtick instead of '^a'. FTFW!
# escape ``
# UTF stuff
setenv LC_CTYPE en_US.UTF-8
defutf8 on
# Obvious...
startup_message off
autodetach on
vbell on
# My awesome hardstatus d-:
hardstatus alwayslastline "%{=b kW}[ %{= Y}$USER @ %H %{b W}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{b W}][%{= Y} %l %{b W}][%{= Y} %d/%m %{Y}%c %{b W}]"
# More randomness
activity "%c activity -> %n%f %t"
bell "%c bell -> %n%f %t^G"
vbell_msg " visual bell, bitch "
# # Open various useful things at startup
screen -t sh 2 bash
screen -t srv 3 su - deploy
screen -t irb 0 irb
screen -t irc 1 irssi
# Double-check to force the focus to irssi after boot
select 0