config.arg.h
changeset 833 5dbe50521b57
parent 832 a634bea99a51
child 837 123231b9eb87
--- 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