[hackers] [dwm] [PATCH] break up long config line

From: Markus Teich <markus.teich_AT_stusta.mhn.de>
Date: Thu, 27 Oct 2016 01:42:59 +0200

---
 config.def.h | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
index ba9a240..deb1584 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -56,7 +56,13 @@ static const Layout layouts[] = {
 
 /* commands */
 static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() */
-static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
+static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon,
+                                               "-fn", dmenufont,
+                                               "-nb", col_gray1,
+                                               "-nf", col_gray3,
+                                               "-sb", col_cyan,
+                                               "-sf", col_gray4,
+                                               NULL };
 static const char *termcmd[]  = { "st", NULL };
 
 static Key keys[] = {
-- 
2.7.3
Received on Thu Oct 27 2016 - 01:42:59 CEST

This archive was generated by hypermail 2.3.0 : Thu Oct 27 2016 - 01:48:17 CEST