config.arg.h
changeset 832 a634bea99a51
parent 830 5a4fd8fec414
child 833 5dbe50521b57
--- a/config.arg.h	Thu Feb 22 17:51:34 2007 +0100
+++ b/config.arg.h	Thu Feb 22 17:52:45 2007 +0100
@@ -32,7 +32,7 @@
 	{ "[]=",		tile }, /* first entry is default */ \
 	{ "><>",		untile }, \
 };
-#define MASTERWIDTH		600		/* master width per thousand */
+#define MASTERWIDTH		640		/* master width per thousand */
 #define NMASTER			1		/* clients in master area */
 #define SNAP			40		/* untiled snap pixel */
 
@@ -50,8 +50,8 @@
 	{ MODKEY,			XK_space,	setlayout,	NULL }, \
 	{ MODKEY,			XK_d,		incnmaster,	"-1" }, \
 	{ MODKEY,			XK_i,		incnmaster,	"1" }, \
-	{ MODKEY,			XK_h,		incmasterw,	"-15" }, \
-	{ MODKEY,			XK_l,		incmasterw,	"15" }, \
+	{ MODKEY,			XK_h,		incmasterw,	"-32" }, \
+	{ MODKEY,			XK_l,		incmasterw,	"32" }, \
 	{ MODKEY,			XK_j,		focusclient,	"1" }, \
 	{ MODKEY,			XK_k,		focusclient,	"-1" }, \
 	{ MODKEY,			XK_m,		togglemax,	NULL }, \