changeset:   832:a634bea99a51
tag:         tip
user:        Anselm R. Garbe <arg_AT_suckless.org>
date:        Thu Feb 22 17:52:45 2007 +0100
summary:     using MASTERWIDTH=640 and 32px steps by default (incmasterw())
diff -r 8b84189854dc -r a634bea99a51 config.arg.h
--- 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 @@ static Layout layout[] = { \
         { "[]=",		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 @@ static Key key[] = { \
         { 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 }, \
diff -r 8b84189854dc -r a634bea99a51 config.default.h
--- a/config.default.h	Thu Feb 22 17:51:34 2007 +0100
+++ b/config.default.h	Thu Feb 22 17:52:45 2007 +0100
@@ -33,7 +33,7 @@ static Layout layout[] = { \
         { "[]=",		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			20		/* untiled snap pixel */
 
@@ -46,8 +46,8 @@ static Key key[] = { \
         { MODKEY,			XK_space,	setlayout,	NULL }, \
         { MODKEY,			XK_d,		incnmaster,	"-1" }, \
         { MODKEY,			XK_i,		incnmaster,	"1" }, \
-	{ MODKEY,			XK_g,		incmasterw,	"15" }, \
-	{ MODKEY,			XK_s,		incmasterw,	"-15" }, \
+	{ MODKEY,			XK_g,		incmasterw,	"32" }, \
+	{ MODKEY,			XK_s,		incmasterw,	"-32" }, \
         { MODKEY,			XK_Tab,		focusclient,	"1" }, \
         { MODKEY|ShiftMask,		XK_Tab,		focusclient,	"-1" }, \
         { MODKEY,			XK_m,		togglemax,	NULL }, \
Received on Thu Feb 22 2007 - 17:55:04 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:55:44 UTC