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 advantages of usage a wrapper script instead of xresources.

Reply via email to