diff options
| author | Ian C <ianc@noddybox.co.uk> | 2026-04-22 00:39:03 +0100 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2026-04-22 00:39:03 +0100 |
| commit | 5ecb3653984e97915934b03704be35fecd2d78fc (patch) | |
| tree | 0ef4743818fce72f46cda5eb07353a8227f53094 /TERM | |
| parent | a64a574cc8cb32d7dfa88c6ed8e81e5411e80da0 (diff) | |
Updated xterm script
Diffstat (limited to 'TERM')
| -rwxr-xr-x | TERM | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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" & |
