aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dwm.h b/dwm.h
index 1529d17..e72bca2 100644
--- a/dwm.h
+++ b/dwm.h
@@ -5,7 +5,7 @@
#include <X11/Xlib.h>
-/********** CUSTOMIZE **********/
+/* CUSTOMIZE */
#define FONT "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
#define BGCOLOR "#0a2c2d"
@@ -23,7 +23,7 @@
/* tags */
enum { Tscratch, Tdev, Twww, Twork, TLast };
-/********** CUSTOMIZE **********/
+/* END CUSTOMIZE */
typedef union Arg Arg;
typedef struct Client Client;