]> git.armaanb.net Git - dwm.git/commitdiff
moved BORDERPX to config.*.h
authorAnselm R. Garbe <arg@suckless.org>
Wed, 17 Jan 2007 11:36:29 +0000 (12:36 +0100)
committerAnselm R. Garbe <arg@suckless.org>
Wed, 17 Jan 2007 11:36:29 +0000 (12:36 +0100)
config.arg.h
config.default.h
config.mk
dwm.1
dwm.h

index cb4e3eb165ba868fdd92a9b0ba59c578caaafcd1..2458fe4e548f7cfe6afbd501c736e1f9cabcf016 100644 (file)
@@ -8,6 +8,7 @@ const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
 #define DEFMODE                        dotile          /* dofloat */
 #define FLOATSYMBOL            "><>"
 #define TILESYMBOL             "[]="
+#define BORDERPX               1
 
 #define FONT                   "-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*"
 #define NORMBORDERCOLOR                "#333"
index fd7f2a98410a765dc7cf1348b40e7dc614338167..42b867b87014184115f7e036b5cae02e55e02e1f 100644 (file)
@@ -8,6 +8,7 @@ const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
 #define DEFMODE                        dotile          /* dofloat */
 #define FLOATSYMBOL            "><>"
 #define TILESYMBOL             "[]="
+#define BORDERPX               1
 
 #define FONT                   "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*"
 #define NORMBORDERCOLOR                "#dddddd"
index 16a7a23a7d67e6756535d89605623aa4bca88cbd..b3b10199e1f4a9fc63d72b961d3ca1ae540231ec 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
 # dwm version
-VERSION = 3.1
+VERSION = 3.2
 
 # Customize below to fit your system
 
diff --git a/dwm.1 b/dwm.1
index 5783e0751e86303484e79be7aac68bf32aa7b9f3..581683fe40d17b93c2a8e8e862e594cec139be22 100644 (file)
--- a/dwm.1
+++ b/dwm.1
@@ -25,7 +25,7 @@ window are indicated with a filled square in the top left corner.  The tags
 which are applied to one or more windows are indicated with an empty square in
 the top left corner.
 .P
-dwm draws a 1-pixel border around windows to indicate the focus state.
+dwm draws a small border around windows to indicate the focus state.
 .SH OPTIONS
 .TP
 .B \-v
diff --git a/dwm.h b/dwm.h
index 781940a7664f5b97cca23fe6d39f8b52edf6ebfa..6aa009b12d1aea70b93ce63eed5f0e1c91f2a198 100644 (file)
--- a/dwm.h
+++ b/dwm.h
@@ -37,7 +37,6 @@
 /* mask shorthands, used in event.c and client.c */
 #define BUTTONMASK             (ButtonPressMask | ButtonReleaseMask)
 /* other stuff used in different places */
-#define BORDERPX               1
 #define PROTODELWIN            1
 
 enum { NetSupported, NetWMName, NetLast };             /* EWMH atoms */