Revision 356662653264 () - Diff

Link to this snippet: https://friendpaste.com/6OrtMO3cQgJlrQ18B3yDf0
Embed:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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}]'