[hackers] [dwm] config.h: use common default font, pass Xft font name to dmenu || Hiltjo Posthuma

From: <git_AT_suckless.org>
Date: Tue, 20 Oct 2015 23:45:32 +0200 (CEST)

commit 7e1182ce555985ff2c5860d88403888eabc6ee4b
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
AuthorDate: Tue Oct 20 23:10:54 2015 +0200
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Tue Oct 20 23:10:54 2015 +0200

    config.h: use common default font, pass Xft font name to dmenu
    
    dmenu uses Xft now (soon to be released).

diff --git a/config.def.h b/config.def.h
index eaae8f3..3fde3cf 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -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";
Received on Tue Oct 20 2015 - 23:45:32 CEST

This archive was generated by hypermail 2.3.0 : Tue Oct 20 2015 - 23:48:12 CEST