summaryrefslogtreecommitdiff
path: root/TERM
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2026-06-16 21:20:13 +0100
committerIan C <ianc@noddybox.co.uk>2026-06-16 21:20:13 +0100
commit48d4f0f4b31c5f055d6c09163b8a1b349564efb3 (patch)
tree88fb02698a4f8c0bcd751440f21a0151ebd87ed2 /TERM
parentad65b366c0c89ba4c1f019681940e4e82de3f332 (diff)
parent532d8b5d09a431dc399fb066b40ff8ba7a4895f5 (diff)
Merge branch 'master' of https://deathstation9000.org.uk/git/shell-binHEADmaster
Diffstat (limited to 'TERM')
-rwxr-xr-xTERM12
1 files changed, 6 insertions, 6 deletions
diff --git a/TERM b/TERM
index 4afb207..03ca6b7 100755
--- a/TERM
+++ b/TERM
@@ -3,17 +3,17 @@ if [ "$(xlsatoms -name AMIWM_SCREEN 2> /dev/null)" ] ; then
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"
+ #FONT="-fn -commodore-topaz2 double 1h-medium-r-normal--16--96-96-m-70-winsys-1"
+ FONT="-fn -commodore-topaz2 normal-medium-r-normal--18--96-96-m-70-winsys-1"
else
FG=white
BG=black
TITLE=xterm
- SIZE=80x45
- #FONT="-misc-proggysquarettsz-medium-r-normal--0-0-0-0-c-0-ascii-0"
- FONT="xft:ProggyClean:size=16"
+ SIZE=80x40
+ #FONT="-fn -misc-proggysquarettsz-medium-r-normal--0-0-0-0-c-0-ascii-0"
+ FONT=""
fi
xterm -vb -bg $BG -fg $FG -cr red -sb -sl 10000 -sk -si -geom $SIZE \
- -fn "$FONT" -n "$TITLE" -title "$TITLE" &
+ $FONT -n "$TITLE" -title "$TITLE" &