]> git.donarmstrong.com Git - bin.git/blob - st
use the new format for capture in remember-mail
[bin.git] / st
1 #!/bin/sh
2 if which stterm >/dev/null 2>&1; then
3     exec stterm -f 'Fixed:pixelsize=20';
4 elif which urxvt >/dev/null 2>&1; then
5     exec urxvt -f 'Fixed:pixelsize=20';
6 elif which uxterm >/dev/null 2>&1; then
7     exec uxterm;
8 else
9     exec xterm;
10 fi;