~ krib /.screenrc

http://dotfiles.org/~krib/mpd-screen
defflow auto
defscrollback 5000
altscreen on
autodetach on
msgwait 2 # 1 second messages

# show MPD info in status bar
backtick 1 5 5 ~/.scripts/mpd
hardstatus alwayslastline "%{=b W}%{k} %0c « %1` » %= %w "

vbell_msg "[[[ ding ]]]"
vbell off
startup_message off

# default windows
# screen -t ncmpc ncmpc
# screen -t rtorrent rtorrent
# screen -t irssi irssi
# screen -t

# remove some stupid / dangerous key bindings
bind k
bind W
bind ^k
bind .
bind ^\
bind \\
bind ^h
bind h
#make them better
bind 'K' kill
bind 'W' windowlist
#f1 and f2, forward and back
bindkey -k k1 prev
bindkey -k k2 next