add some headers to old files
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
fecbe89783
commit
b8fba1aabe
6 changed files with 46 additions and 16 deletions
19
old/run_prog
Executable file
19
old/run_prog
Executable file
|
|
@ -0,0 +1,19 @@
|
|||
title="run program"
|
||||
colour="darkblue"
|
||||
geometry="30x1"
|
||||
prog="run_prog-sh"
|
||||
|
||||
xterm -fg $colour -bg black -bd $colour -cr $colour -hc $colour \
|
||||
-title "$title" -name "$title" -T "$title" \
|
||||
-bc -bcf 1000 -bcn 900 -fb *-*-bold-*-*-*-*-*-*-*-*-*-*-* \
|
||||
-fn '-misc-fixed-bold-r-normal-*-*-*-*-*-*-*-iso8859-15' \
|
||||
-geometry "$geometry" \
|
||||
-ls -mesg -bw 8 +cu +dc +s +sb -sl 1500 -ulc -e "$prog" $@
|
||||
|
||||
# other fonts
|
||||
#-fn '-adobe-*-bold-r-*-*-*-140-*-*-*-*-iso8859-*' \
|
||||
# -fn '-misc-fixed-bold-r-normal-*-15-120-100-100-c-90-*-*' \
|
||||
# -fn '-misc-fixed-*-*-*-*-*-*-*-*-*-*-*-*' \
|
||||
|
||||
# -u8 does not like german characters...
|
||||
#-ls -mesg -bw 8 +cu +dc +s +sb -sl 1500 -ulc -u8
|
||||
Loading…
Add table
Add a link
Reference in a new issue