[hackers] [dwm] include font argument for st by default || Anselm R Garbe
commit 7edc59631193813cf4d64030f8864de36b193cfc
Author: Anselm R Garbe <anselm_AT_garbe.us>
Date: Thu May 2 17:31:22 2013 +0200
include font argument for st by default
diff --git a/config.def.h b/config.def.h
index 2fde8bc..d300687 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -51,7 +51,7 @@ static const Layout layouts[] = {
/* commands */
static const char *dmenucmd[] = { "dmenu_run", "-fn", font, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbgcolor, "-sf", selfgcolor, NULL };
-static const char *termcmd[] = { "st", NULL };
+static const char *termcmd[] = { "st", "-f", font, NULL };
static Key keys[] = {
/* modifier key function argument */
Received on Thu May 02 2013 - 17:31:44 CEST
This archive was generated by hypermail 2.3.0
: Thu May 02 2013 - 17:36:08 CEST