about summary refs log tree commit diff stats
path: root/config.arg.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.arg.h b/config.arg.h
index 308318f..f286769 100644
--- 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