aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R Garbe2013-05-02 17:31:22 +0200
committerAnselm R Garbe2013-05-02 17:31:22 +0200
commit8f3a6ad46a773f446712ba3ac00be0a509712e69 (patch)
tree0353aad413f9949f11ee8dcc554128aab1a9dc5f /config.def.h
parent82b5e753cdff4a94bab7e529a92d62eb664084a0 (diff)
downloadaur-8f3a6ad46a773f446712ba3ac00be0a509712e69.tar.gz
include font argument for st by default
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 2fde8bcf30fa..d3006875ee3f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -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 */