Introduction
Introduction Statistics Contact Development Disclaimer Help
tinclude font argument for st by default - dwm - [fork] customized build of dwm…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 7edc59631193813cf4d64030f8864de36b193cfc
parent 68b400e95d2622265c26f8992205806eefe9be16
Author: Anselm R Garbe <[email protected]>
Date: Thu, 2 May 2013 17:31:22 +0200
include font argument for st by default
Diffstat:
M config.def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config.def.h b/config.def.h
t@@ -51,7 +51,7 @@ static const Layout layouts[] = {
/* commands */
static const char *dmenucmd[] = { "dmenu_run", "-fn", font, "-nb", normbgcolor…
-static const char *termcmd[] = { "st", NULL };
+static const char *termcmd[] = { "st", "-f", font, NULL };
static Key keys[] = {
/* modifier key function argument */
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.