]> git.donarmstrong.com Git - bin.git/commitdiff
fix font list for urxvt
authorDon Armstrong <don@donarmstrong.com>
Mon, 6 Nov 2017 03:48:37 +0000 (19:48 -0800)
committerDon Armstrong <don@donarmstrong.com>
Mon, 6 Nov 2017 03:48:37 +0000 (19:48 -0800)
st

diff --git a/st b/st
index 8080a8cfb19e657daac2bc5b48babc39a3538a8b..471e8d9bb75447976f4701aafc0ff631e0cc44bf 100755 (executable)
--- 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