summaryrefslogtreecommitdiff
path: root/TERM
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2026-04-22 00:39:03 +0100
committerIan C <ianc@noddybox.co.uk>2026-04-22 00:39:03 +0100
commit5ecb3653984e97915934b03704be35fecd2d78fc (patch)
tree0ef4743818fce72f46cda5eb07353a8227f53094 /TERM
parenta64a574cc8cb32d7dfa88c6ed8e81e5411e80da0 (diff)
Updated xterm script
Diffstat (limited to 'TERM')
-rwxr-xr-xTERM7
1 files changed, 4 insertions, 3 deletions
diff --git a/TERM b/TERM
index 9a1d065..4afb207 100755
--- a/TERM
+++ b/TERM
@@ -10,9 +10,10 @@ else
FG=white
BG=black
TITLE=xterm
- SIZE=80x60
- FONT="-misc-proggysquarettsz-medium-r-normal--0-0-0-0-c-0-ascii-0"
+ SIZE=80x45
+ #FONT="-misc-proggysquarettsz-medium-r-normal--0-0-0-0-c-0-ascii-0"
+ FONT="xft:ProggyClean:size=16"
fi
-xterm -vb -bg $BG -fg $FG -cr red -sb -sl 5000 -sk -si -geom $SIZE \
+xterm -vb -bg $BG -fg $FG -cr red -sb -sl 10000 -sk -si -geom $SIZE \
-fn "$FONT" -n "$TITLE" -title "$TITLE" &