# 256 color support with urxvt terminfo rxvt-unicode 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' # Disable the loosy startup advertisement/message startup_message off # Prevent text from staying altscreen on screen -t irc /bin/sh -c "irssi;bash" screen -t music /bin/sh -c "ncmpcpp;bash" screen -t vim /bin/sh -c "vim ~/.screenrc;bash" screen -t bash # These last 2 lines are to set the focus on startup (which screen window we look at when screen finishes starting) focus select 0 # Statusbar hardstatus on hardstatus alwayslastline hardstatus string '%{= kB}[%<%{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{b}][%{w}%d/%m/%y%{b}]'