nah, I don't want 640 as MASTERWIDTH - dwm - My fork of dwm (frankenstein's monster)
(HTM) git clone git://git.drkhsh.at/dwm.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit cac492b0e997cf8204ee9f28fb7f43d19f93c04e
(DIR) parent ef9b3e173c6e588d630d15a35c7675189a6c31b9
(HTM) Author: Anselm R. Garbe <arg@suckless.org>
Date: Thu, 22 Feb 2007 17:58:45 +0100
nah, I don't want 640 as MASTERWIDTH
Diffstat:
M config.arg.h | 4 ++--
M config.default.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/config.arg.h b/config.arg.h
@@ -32,9 +32,9 @@ static Layout layout[] = { \
{ "[]=", tile }, /* first entry is default */ \
{ "><>", untile }, \
};
-#define MASTERWIDTH 640 /* master width per thousand */
+#define MASTERWIDTH 600 /* master width per thousand */
#define NMASTER 1 /* clients in master area */
-#define SNAP 40 /* untiled snap pixel */
+#define SNAP 32 /* snap pixel */
/* key definitions */
#define MODKEY Mod1Mask
(DIR) diff --git a/config.default.h b/config.default.h
@@ -35,7 +35,7 @@ static Layout layout[] = { \
};
#define MASTERWIDTH 640 /* master width per thousand */
#define NMASTER 1 /* clients in master area */
-#define SNAP 20 /* untiled snap pixel */
+#define SNAP 32 /* snap pixel */
/* key definitions */
#define MODKEY Mod1Mask