summaryrefslogtreecommitdiff
path: root/TERM
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2019-01-29 14:23:42 +0000
committerIan C <ianc@noddybox.co.uk>2019-01-29 14:23:42 +0000
commite1efb02504328987a4f104a8c0e2449a471045c3 (patch)
tree029f9adbd3bc81b2ebdc1d7fd06fab92ceee4a21 /TERM
parentca73d7838e947adfd41d4a1eb2397b70a6b13237 (diff)
Changed XTERM to TERM and small tweak to .bash_aliases to include ~/bin
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" &