diff options
author | Anselm R Garbe <anselm@garbe.us> | 2013-05-02 17:31:22 +0200 |
---|---|---|
committer | Anselm R Garbe <anselm@garbe.us> | 2013-05-02 17:31:22 +0200 |
commit | 7edc59631193813cf4d64030f8864de36b193cfc (patch) | |
tree | 709d78573dbc7dadb5988b5bb80aaacebf267d12 /config.def.h | |
parent | 68b400e95d2622265c26f8992205806eefe9be16 (diff) | |
download | dwm-7edc59631193813cf4d64030f8864de36b193cfc.tar.gz |
include font argument for st by default
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 2fde8bc..d300687 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 */ |