source: trunk/cereal/fs/etc/cereal/screenrc @ 945

Last change on this file since 945 was 945, checked in by dkg, 5 years ago

cereal: fixed typo in comment in cereal screenrc

File size: 1.7 KB
Line 
1# default screenrc file for cereal screen sessions
2
3#############################################################
4### IMPORTANT CEREAL SETTINGS BELOW.  MODIFY WITH CAUTION ###
5
6# use C-\ as the escape character
7escape \034\034
8
9# necessary for cereal logging to work properly
10logfile ./socket
11logfile flush 1
12
13# unset important key bindings
14## prevent external command execution
15bind :
16## prevent opening new windows
17bind c
18bind ^c
19## prevent ability to turn off logging
20bind H
21## prevent terminal reset
22bind Z
23## unset kill commands, sincepreference is to "detach")
24## (should unset "quit" too, or is it useful to have a backup "kill"?)
25bind ^k
26bind k
27bind K
28bind \
29bind \\
30bind ^\
31## no lockscreen:
32bind ^x
33bind x
34## no monitor, prev, next:
35bind M
36bind ^@
37bind n
38bind ^N
39bind ' '
40bind ^H
41bind ^P
42bind p
43bind ^?
44# no number:
45bind N
46# no clear:
47bind C
48# no displays or dumptermcap:
49bind *
50bind .
51# no window switching:
52bind -
53bind 0
54bind 1
55bind 2
56bind 3
57bind 4
58bind 5
59bind 6
60bind 7
61bind 8
62bind 9
63## no window splitting:
64bind S
65# no title change
66bind A
67# no remove
68bind X
69# no windows:
70bind ^w
71bind w
72# no suspend:
73bind ^z
74# no focus:
75bind ^i
76# no windowlist:
77bind \"
78
79# set default shell to be /bin/false
80# this is a little redundant with unsetting the create new window keys
81shell /bin/false
82
83# set a nice, informative caption
84#caption always "%{= bw}%f %{+b w}cereal console %{-b}(\"C-\ d\" to detach) %= %{+b y}%t%{-b w} %= %Y-%m-%d %c"
85caption always "%{= bw}%f %{+b w}cereal console: %{+b y}%t%{-b w} %= %Y-%m-%d %c %= %{-b}\"C-\ d\" to detach"
86
87startup_message off
88defscrollback 1024
89
90### IMPORTANT CEREAL SETTINGS ABOVE.  MODIFY WITH CAUTOIN ###
91#############################################################
Note: See TracBrowser for help on using the repository browser.