Mercurial > index.cgi > dotfiles
annotate .screen/joshua @ 237:adb977adb9d7
Factorio runs in a container now
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Fri, 11 Nov 2022 10:52:53 -0500 |
parents | 061945778426 |
children | 5619e06b048e |
rev | line source |
---|---|
127 | 1 # $Id$ |
2 | |
3 vbell off | |
4 bell_msg "^GBell in window %n" | |
5 defnonblock 5 | |
6 nethack on | |
7 hardstatus string "%{+b .bw}%-Lw%{+b .rw}%50L>%n%f* %t%?%{+b .cw}(%u)%{-}%?%{-}%+Lw%L< %-20=%{+b ..g} %H%-8= %{+b ..y} %c " | |
8 hardstatus alwayslastline | |
9 activity "^GActivity in window %n" | |
10 | |
11 screen -t irssi 0 | |
12 stuff 'irssi ' | |
13 | |
14 screen -t root 1 | |
15 stuff 'su' | |
16 | |
174
43379ace60cc
Taking mangband out of normal startup
Steve Huston <huston@srhuston.net>
parents:
168
diff
changeset
|
17 screen -t tomenet 2 |
43379ace60cc
Taking mangband out of normal startup
Steve Huston <huston@srhuston.net>
parents:
168
diff
changeset
|
18 stuff 'sudo -i -u tomenet screen -DRaA ' |
43379ace60cc
Taking mangband out of normal startup
Steve Huston <huston@srhuston.net>
parents:
168
diff
changeset
|
19 |
43379ace60cc
Taking mangband out of normal startup
Steve Huston <huston@srhuston.net>
parents:
168
diff
changeset
|
20 screen -t mud 3 |
43379ace60cc
Taking mangband out of normal startup
Steve Huston <huston@srhuston.net>
parents:
168
diff
changeset
|
21 stuff 'sudo -i -u mudd screen -DRaA ' |
43379ace60cc
Taking mangband out of normal startup
Steve Huston <huston@srhuston.net>
parents:
168
diff
changeset
|
22 |
237
adb977adb9d7
Factorio runs in a container now
Steve Huston <huston@srhuston.net>
parents:
236
diff
changeset
|
23 screen -t foundry 4 |
221 | 24 stuff 'sudo -i -u foundry screen -DRaA ' |
160
fd42244e9413
Adding 'tt' alias, commenting out some services on joshua
Steve Huston <huston@srhuston.net>
parents:
148
diff
changeset
|
25 |
237
adb977adb9d7
Factorio runs in a container now
Steve Huston <huston@srhuston.net>
parents:
236
diff
changeset
|
26 screen -t discordbot 5 |
226 | 27 stuff 'sudo -i -u discordbot screen -DRaA ' |
28 | |
237
adb977adb9d7
Factorio runs in a container now
Steve Huston <huston@srhuston.net>
parents:
236
diff
changeset
|
29 screen -t minecraft 6 |
236
061945778426
Screen changes on joshua
Steve Huston <huston@srhuston.net>
parents:
226
diff
changeset
|
30 stuff 'sudo -i -u minecraft screen -DRaA ' |
127 | 31 |
32 select 0 | |
33 | |
34 # The following from the /etc/screenrc that came with screen-4.0.3-1.el5_4.1 | |
35 # with a few lines commented out so they don't interfere with the above. One | |
36 # note, the 'deflogin' setting causes a complaint on Macs because they don't | |
37 # use it; but it's only when one starts a screen, and only for a second or | |
38 # two. | |
39 | |
40 # | |
41 # This is an example for the global screenrc file. | |
42 # You may want to install this file as /usr/local/etc/screenrc. | |
43 # Check config.h for the exact location. | |
44 # | |
45 # Flaws of termcap and standard settings are done here. | |
46 # | |
47 | |
48 #startup_message off | |
49 | |
50 #defflow on # will force screen to process ^S/^Q | |
51 | |
52 deflogin on | |
53 #autodetach off | |
54 | |
55 #vbell on | |
56 #vbell_msg " Wuff ---- Wuff!! " | |
57 | |
58 # all termcap entries are now duplicated as terminfo entries. | |
59 # only difference should be the slightly modified syntax, and check for | |
60 # terminfo entries, that are already corected in the database. | |
61 # | |
62 # G0 we have a SEMI-GRAPHICS-CHARACTER-MODE | |
63 # WS this sequence resizes our window. | |
64 # cs this sequence changes the scrollregion | |
65 # hs@ we have no hardware statusline. screen will only believe that | |
66 # there is a hardware status line if hs,ts,fs,ds are all set. | |
67 # ts to statusline | |
68 # fs from statusline | |
69 # ds delete statusline | |
70 # al add one line | |
71 # AL add multiple lines | |
72 # dl delete one line | |
73 # DL delete multiple lines | |
74 # ic insert one char (space) | |
75 # IC insert multiple chars | |
76 # nx terminal uses xon/xoff | |
77 | |
78 termcap facit|vt100|xterm LP:G0 | |
79 terminfo facit|vt100|xterm LP:G0 | |
80 | |
81 #the vt100 description does not mention "dl". *sigh* | |
82 termcap vt100 dl=5\E[M | |
83 terminfo vt100 dl=5\E[M | |
84 | |
85 #facit's "al" / "dl" are buggy if the current / last line | |
86 #contain attributes... | |
87 termcap facit al=\E[L\E[K:AL@:dl@:DL@:cs=\E[%i%d;%dr:ic@ | |
88 terminfo facit al=\E[L\E[K:AL@:dl@:DL@:cs=\E[%i%p1%d;%p2%dr:ic@ | |
89 | |
90 #make sun termcap/info better | |
91 termcap sun 'up=^K:AL=\E[%dL:DL=\E[%dM:UP=\E[%dA:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:IC=\E[%d@:WS=1000\E[8;%d;%dt' | |
92 terminfo sun 'up=^K:AL=\E[%p1%dL:DL=\E[%p1%dM:UP=\E[%p1%dA:DO=\E[%p1%dB:LE=\E[%p1%dD:RI=\E[%p1%dC:IC=\E[%p1%d@:WS=\E[8;%p1%d;%p2%dt$<1000>' | |
93 | |
94 #xterm understands both im/ic and doesn't have a status line. | |
95 #Note: Do not specify im and ic in the real termcap/info file as | |
96 #some programs (e.g. vi) will (no,no, may (jw)) not work anymore. | |
97 termcap xterm|fptwist hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l | |
98 terminfo xterm|fptwist hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l | |
99 | |
100 # Long time I had this in my private screenrc file. But many people | |
101 # seem to want it (jw): | |
102 # we do not want the width to change to 80 characters on startup: | |
103 # on suns, /etc/termcap has :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l: | |
104 termcap xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' | |
105 terminfo xterm 'is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l' | |
106 | |
107 # | |
108 # Do not use xterms alternate window buffer. | |
109 # This one would not add lines to the scrollback buffer. | |
110 #termcap xterm|xterms|xs ti=\E7\E[?47l | |
111 #terminfo xterm|xterms|xs ti=\E7\E[?47l | |
112 | |
113 #make hp700 termcap/info better | |
114 termcap hp700 'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}\E[61"p:ds=\E[62"p\E[1$~\E[61"p:ic@' | |
115 terminfo hp700 'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}\E[61"p:ds=\E[62"p\E[1$~\E[61"p:ic@' | |
116 | |
117 #wyse-75-42 must have defflow control (xo = "terminal uses xon/xoff") | |
118 #(nowadays: nx = padding doesn't work, have to use xon/off) | |
119 #essential to have it here, as this is a slow terminal. | |
120 termcap wy75-42 nx:xo:Z0=\E[?3h\E[31h:Z1=\E[?3l\E[31h | |
121 terminfo wy75-42 nx:xo:Z0=\E[?3h\E[31h:Z1=\E[?3l\E[31h | |
122 | |
123 #remove some stupid / dangerous key bindings | |
124 bind ^x | |
125 bind x | |
126 bind ^k | |
127 #bind L | |
128 bind ^\ | |
129 #make them better | |
130 bind \\ quit | |
131 bind K kill | |
132 #bind I login on | |
133 #bind O login off | |
134 bind } history | |
135 bind X lockscreen | |
136 # | |
137 # Example of a user's .screenrc file | |
138 # | |
139 | |
140 # This is how one can set a reattach password: | |
141 # password ODSJQf.4IJN7E # "1234" | |
142 | |
143 # no annoying audible bell, please | |
144 #vbell on | |
145 | |
146 # detach on hangup | |
147 autodetach on | |
148 | |
149 # don't display the copyright page | |
150 startup_message off | |
151 | |
152 # emulate .logout message | |
153 pow_detach_msg "Screen session of $LOGNAME $:cr:$:nl:ended." | |
154 | |
155 # advertise hardstatus support to $TERMCAP | |
156 # termcapinfo * '' 'hs:ts=\E_:fs=\E\\:ds=\E_\E\\' | |
157 | |
158 # make the shell in every window a login shell | |
159 #shell -$SHELL | |
160 | |
161 # autoaka testing | |
162 # shellaka '> |tcsh' | |
163 # shellaka '$ |sh' | |
164 | |
165 # set every new windows hardstatus line to somenthing descriptive | |
166 # defhstatus "screen: ^En (^Et)" | |
167 | |
168 defscrollback 1000 | |
169 | |
170 # don't kill window after the process died | |
171 # zombie "^[" | |
172 | |
173 # enable support for the "alternate screen" capability in all windows | |
174 # altscreen on | |
175 | |
176 ################ | |
177 # | |
178 # xterm tweaks | |
179 # | |
180 | |
181 #xterm understands both im/ic and doesn't have a status line. | |
182 #Note: Do not specify im and ic in the real termcap/info file as | |
183 #some programs (e.g. vi) will not work anymore. | |
184 termcap xterm hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l | |
185 terminfo xterm hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l | |
186 | |
187 #80/132 column switching must be enabled for ^AW to work | |
188 #change init sequence to not switch width | |
189 termcapinfo xterm Z0=\E[?3h:Z1=\E[?3l:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l | |
190 | |
191 # Make the output buffer large for (fast) xterms. | |
192 #termcapinfo xterm* OL=10000 | |
193 termcapinfo xterm* OL=100 | |
194 | |
195 # tell screen that xterm can switch to dark background and has function | |
196 # keys. | |
197 termcapinfo xterm 'VR=\E[?5h:VN=\E[?5l' | |
198 termcapinfo xterm 'k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~' | |
199 termcapinfo xterm 'kh=\EOH:kI=\E[2~:kD=\E[3~:kH=\EOF:kP=\E[5~:kN=\E[6~' | |
200 | |
201 # special xterm hardstatus: use the window title. | |
202 termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007' | |
203 | |
204 #terminfo xterm 'vb=\E[?5h$<200/>\E[?5l' | |
205 termcapinfo xterm 'vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l' | |
206 | |
207 # emulate part of the 'K' charset | |
208 termcapinfo xterm 'XC=K%,%\E(B,[\304,\\\\\326,]\334,{\344,|\366,}\374,~\337' | |
209 | |
210 # xterm-52 tweaks: | |
211 # - uses background color for delete operations | |
212 termcapinfo xterm* be | |
213 | |
214 ################ | |
215 # | |
216 # wyse terminals | |
217 # | |
218 | |
219 #wyse-75-42 must have flow control (xo = "terminal uses xon/xoff") | |
220 #essential to have it here, as this is a slow terminal. | |
221 termcapinfo wy75-42 xo:hs@ | |
222 | |
223 # New termcap sequences for cursor application mode. | |
224 termcapinfo wy* CS=\E[?1h:CE=\E[?1l:vi=\E[?25l:ve=\E[?25h:VR=\E[?5h:VN=\E[?5l:cb=\E[1K:CD=\E[1J | |
225 | |
226 ################ | |
227 # | |
228 # other terminals | |
229 # | |
230 | |
231 # make hp700 termcap/info better | |
232 termcapinfo hp700 'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}\E[61"p:ds=\E[62"p\E[1$~\E[61"p:ic@' | |
233 | |
234 # Extend the vt100 desciption by some sequences. | |
235 termcap vt100* ms:AL=\E[%dL:DL=\E[%dM:UP=\E[%dA:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC | |
236 terminfo vt100* ms:AL=\E[%p1%dL:DL=\E[%p1%dM:UP=\E[%p1%dA:DO=\E[%p1%dB:LE=\E[%p1%dD:RI=\E[%p1%dC | |
237 termcapinfo linux C8 | |
238 # old rxvt versions also need this | |
239 # termcapinfo rxvt C8 | |
240 | |
241 | |
242 ################ | |
243 # | |
244 # keybindings | |
245 # | |
246 | |
247 #remove some stupid / dangerous key bindings | |
248 bind k | |
249 bind ^k | |
250 bind . | |
251 bind ^\ | |
252 bind \\ | |
253 bind ^h | |
254 bind h | |
255 #make them better | |
256 bind 'K' kill | |
257 #bind 'I' login on | |
258 #bind 'O' login off | |
259 bind '}' history | |
260 | |
261 # Yet another hack: | |
262 # Prepend/append register [/] to the paste if ^a^] is pressed. | |
263 # This lets me have autoindent mode in vi. | |
264 #register [ "\033:se noai\015a" | |
265 #register ] "\033:se ai\015a" | |
266 #bind ^] paste [.] | |
267 | |
268 ################ | |
269 # | |
270 # default windows | |
271 # | |
272 | |
273 # screen -t local 0 | |
274 # screen -t mail 1 mutt | |
275 # screen -t 40 2 rlogin server | |
276 | |
277 # caption always "%3n %t%? @%u%?%? [%h]%?%=%c" | |
278 ## alternative caption, gives window list, LOGNAME and current date: | |
279 # caption always "%{wk}%?%-Lw%?%{bw}%n*%f %t%?(%u)%?%{wk}%?%+Lw %=%{mk}@%H %{yk}%D %{ck}%M%{wk} %{ck}%d %{gk}%c" | |
280 # hardstatus alwaysignore | |
281 # hardstatus alwayslastline "%Lw" | |
282 | |
283 # Red Hat's normal status line | |
284 #hardstatus string "[screen %n%?: %t%?] %h" | |
285 | |
286 # bind = resize = | |
287 # bind + resize +1 | |
288 # bind - resize -1 | |
289 # bind _ resize max | |
290 # | |
291 # defnonblock 1 | |
292 # blankerprg rain -d 100 | |
293 # idle 30 blanker |