-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.screenrc
23 lines (20 loc) · 1.1 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
defutf8 on
vbell off
defscrollback 5000
startup_message off
bind - command -c selectHighs
# Default configuration
screen -t os 1
screen -t logs 2 tail -f /var/log/messages
screen -t htop 3 htop
screen -t irc 4 irssi
screen -t python 5 python
screen -t work 6
shelltitle "$ |bash"
# src: https://serverfault.com/questions/3740/what-are-useful-screenrc-settings
# THIS IS THE PRETTY BIT
#change the hardstatus settings to give an window list at the bottom of the
##screen, with the time and date and with the current window highlighted
hardstatus alwayslastline
#hardstatus string '%{= mK}%-Lw%{= KW}%50>%n%f* %t%{= mK}%+Lw%< %{= kG}%-=%D %d %M %Y %c:%s%{-}'
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'