nah, I don't want 640 as MASTERWIDTH
authorAnselm R. Garbe <arg@suckless.org>
Thu, 22 Feb 2007 17:58:45 +0100
changeset 833 5dbe50521b57
parent 832 a634bea99a51
child 834 1a60e0995e77
nah, I don't want 640 as MASTERWIDTH
config.arg.h
config.default.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 @@
 	{ "[]=",		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
--- 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 @@
 };
 #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