X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=st;h=471e8d9bb75447976f4701aafc0ff631e0cc44bf;hb=c415a1ba1aeca58b537ccd13176ce6968f834091;hp=8080a8cfb19e657daac2bc5b48babc39a3538a8b;hpb=56b6d9e07c589a3ce766b07bd0ea4a799a95e8ff;p=bin.git diff --git a/st b/st index 8080a8c..471e8d9 100755 --- a/st +++ b/st @@ -2,7 +2,7 @@ if which stterm >/dev/null 2>&1; then exec stterm -f 'Fixed:pixelsize=20'; elif which urxvt >/dev/null 2>&1; then - exec urxvt -f 'Fixed:pixelsize=20'; + exec urxvt -f 'xft:Fixed:pixelsize=20'; elif which uxterm >/dev/null 2>&1; then exec uxterm; else