-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.screenrc
28 lines (21 loc) · 1.19 KB
/
.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
# Scott Paeth's screenrc -- http://github.com/fl0at/dotfiles
startup_message off
#chdir #@@@ start shells in $HOME (or optionally somewhere else) rather than screen's original working directory
vbell off
defscrollback 10000
defutf8 on
# Monitor all windows by default. You definitely don't want this for top, irssi, etc.
#defmonitor on
encoding utf-8
#altscreen on # used for vim rendering in a clearable screen, manpages clearing when closed, and more. #@@@ causing issues with manpage piping on CentOS 5, so I disabled it
# Just show the real darn hardstatus!
hardstatus off
# Minimal caption: Blue, numbered window tabs, right-aligned green clock
caption always "%{= kw}%-w%{= BW}%n %t%{-}%+w %-= %=%{kG}%C%A"
# TODO: duplicate RHEL's "remove stupid keybindings" sections?
######### From James Bothe at Rackforce:
# Blue top taskbar: window number, hardstatus; right aligned status, time
# Tarted up bottom taskbar: hostname; center-aligned numbered/statused window tabs; right-aligned dd/mm and time
#caption always "%{= bb}%{+b w}%n %h %=%t %c"
#hardstatus alwayslastline
#hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'