summaryrefslogtreecommitdiff
path: root/TERM
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2026-05-03 17:31:59 +0100
committerIan C <ianc@noddybox.co.uk>2026-05-03 17:31:59 +0100
commita051ccafe1f5956f18e9abd842624f85928cbe3d (patch)
treed4b9821a0d4da0bd58cd4a2c422979588d72077c /TERM
parent5ecb3653984e97915934b03704be35fecd2d78fc (diff)
Updated TERM to use resources and added .XdefaultsHEADmaster
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" &