소스 검색

Add a notice in the config.def.h file how to obtain the syntax for

xft/fontcache.
Christoph Lohmann 12 년 전
부모
커밋
61b20f4bc1
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      config.def.h

+ 5 - 1
config.def.h

@@ -1,6 +1,10 @@
 /* See LICENSE file for copyright and license details. */
 
-/* appearance */
+/*
+ * appearance
+ *
+ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
+ */
 static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false";
 static int borderpx = 2;
 static char shell[] = "/bin/sh";