summaryrefslogtreecommitdiff
path: root/TERM
diff options
context:
space:
mode:
Diffstat (limited to 'TERM')
-rwxr-xr-xTERM18
1 files changed, 18 insertions, 0 deletions
diff --git a/TERM b/TERM
new file mode 100755
index 0000000..9a1d065
--- /dev/null
+++ b/TERM
@@ -0,0 +1,18 @@
+if [ "$(xlsatoms -name AMIWM_SCREEN 2> /dev/null)" ] ; then
+ FG=black
+ BG=gray75
+ TITLE=Terminal
+ SIZE=80x35
+ #FONT="-commodore-topaz2 double 1h-medium-r-normal--16--96-96-m-70-winsys-1"
+ FONT="-commodore-topaz2 normal-medium-r-normal--18--96-96-m-70-winsys-1"
+
+else
+ FG=white
+ BG=black
+ TITLE=xterm
+ SIZE=80x60
+ FONT="-misc-proggysquarettsz-medium-r-normal--0-0-0-0-c-0-ascii-0"
+fi
+
+xterm -vb -bg $BG -fg $FG -cr red -sb -sl 5000 -sk -si -geom $SIZE \
+ -fn "$FONT" -n "$TITLE" -title "$TITLE" &