Re: xterm font and other options

2023-08-21 Thread Max Nikulin
On 21/08/2023 16:16, Karl Vogel wrote: On Sun, Aug 20, 2023 at 10:38:34PM -0400, Max Nikulin wrote: Xterm configuration options may be put to ~/.Xresources, e.g. xterm*VT100.faceName: ... I am curious if there are actual advantages of usage a wrapper script instead of xresources. ... #

Re: xterm font and other options

2023-08-21 Thread Karl Vogel
On Sun, Aug 20, 2023 at 10:38:34PM -0400, Max Nikulin wrote: > On 20/08/2023 14:55, Karl Vogel wrote: > > #!/bin/sh > ... > > # -fa 'xft:...' font size and weight > ... > > ( $XTERM $geo $topts -fa "$FONT" -title "Remote" ) & > > Xterm configuration options may be put to

xterm font and other options

2023-08-20 Thread Max Nikulin
On 20/08/2023 14:55, Karl Vogel wrote: #!/bin/sh ... # -fa 'xft:...' font size and weight ... ( $XTERM $geo $topts -fa "$FONT" -title "Remote" ) & Xterm configuration options may be put to ~/.Xresources, e.g. xterm*VT100.faceName: ... I am curious if there are actual