aboutsummaryrefslogtreecommitdiffstats
path: root/config.arg.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.arg.h b/config.arg.h
index 72a74bf..308318f 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -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 }, \