X-Git-Url: https://git.donarmstrong.com/?p=bin.git;a=blobdiff_plain;f=st;h=471e8d9bb75447976f4701aafc0ff631e0cc44bf;hp=8080a8cfb19e657daac2bc5b48babc39a3538a8b;hb=38752823e45ee6308889b78205467454741079cc;hpb=66d11c31c5fcfd44afcc13a3cc05e2bd675cda4b 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