[hackers] [dwm] nah, I don't want 640 as MASTERWIDTH

From: Anselm R. Garbe <arg_AT_suckless.org>
Date: Thu Feb 22 18:00:04 2007

changeset: 833:5dbe50521b57
tag: tip
user: Anselm R. Garbe <arg_AT_suckless.org>
date: Thu Feb 22 17:58:45 2007 +0100
summary: nah, I don't want 640 as MASTERWIDTH

diff -r a634bea99a51 -r 5dbe50521b57 config.arg.h
--- a/config.arg.h Thu Feb 22 17:52:45 2007 +0100
+++ b/config.arg.h Thu Feb 22 17:58:45 2007 +0100
@@ -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
diff -r a634bea99a51 -r 5dbe50521b57 config.default.h
--- a/config.default.h Thu Feb 22 17:52:45 2007 +0100
+++ b/config.default.h Thu Feb 22 17:58:45 2007 +0100
@@ -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
Received on Thu Feb 22 2007 - 18:00:04 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:55:44 UTC