From: Don Armstrong Date: Mon, 6 Nov 2017 03:48:37 +0000 (-0800) Subject: fix font list for urxvt X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=38752823e45ee6308889b78205467454741079cc;hp=66d11c31c5fcfd44afcc13a3cc05e2bd675cda4b;p=bin.git fix font list for urxvt --- 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