JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
using MASTERWIDTH=640 and 32px steps by default (incmasterw())
authorAnselm R. Garbe <arg@suckless.org>
Thu, 22 Feb 2007 16:52:45 +0000 (17:52 +0100)
committerAnselm R. Garbe <arg@suckless.org>
Thu, 22 Feb 2007 16:52:45 +0000 (17:52 +0100)
config.arg.h
config.default.h

index 72a74bf..308318f 100644 (file)
@@ -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 }, \
index ed4447e..92a36e1 100644 (file)
@@ -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 }, \