소스 검색

config.h: use common default font, pass Xft font name to dmenu

dmenu uses Xft now (soon to be released).
Hiltjo Posthuma 10 년 전
부모
커밋
7e1182ce55
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      config.def.h

+ 2 - 4
config.def.h

@@ -2,11 +2,9 @@
 
 /* appearance */
 static const char *fonts[] = {
-    "Sans:size=10.5",
-    "VL Gothic:size=10.5",
-    "WenQuanYi Micro Hei:size=10.5",
+	"monospace:size=10"
 };
-static const char dmenufont[] = "-*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*";
+static const char dmenufont[]       = "monospace:size=10";
 static const char normbordercolor[] = "#444444";
 static const char normbgcolor[]     = "#222222";
 static const char normfgcolor[]     = "#bbbbbb";