-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathscreenrc
34 lines (29 loc) · 929 Bytes
/
screenrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#hardstatus alwayslastline "%{=b}%{G} Screen(s): %{b}%w %=%{kG}%C%A %D, %M/%d/%Y "
activity "%c activity -> %n%f %t"
autodetach on
altscreen on
bell "%c bell -> %n%f %t^G"
defflow auto
defscrollback 10000
defutf8 on
msgwait 2 # 1 second messages
startup_message off # disable the startup splash message
vbell_msg "[[[ ding ]]]"
vbell off
nethack on
#terminfo and termcap for nice 256 color terminal
# allow bold colors - necessary for some reason
attrcolor b ".I"
# set terminal to 256 color
term xterm-256color
# erase background with current bg color
#defbce "on"
hardstatus alwayslastline
hardstatus string '%{gk}[ %{G}%H %{g}][%= %{wk}%?%-Lw%?%{=b kR}(%{W}%n*%f %t%?(%u)%?%{=b kR})%{= kw}%?%+Lw%?%?%= %{g}][%{Y}%l%{g}]%{=b C}[ %m/%d %c ]%{W}'
# SSH auth sockets
setenv SSH_AUTH_SOCK $HOME/.ssh/ssh_auth_sock
# Get rid of screen 0
bind c screen 1
bind 0 select 10
# Create initial window
screen 1