aboutsummarylogtreecommitdiffstats
path: root/config.default.h
diff options
context:
space:
mode:
authorAnselm R. Garbe2007-02-22 17:52:45 +0100
committerAnselm R. Garbe2007-02-22 17:52:45 +0100
commitfc6a9099760e1a7d438e79f2521f25d70e8b7815 (patch)
tree11f6990343e93b8eebc0b84b4f93e70b80609e4b /config.default.h
parentbc0f27cedf620bd72ded6dca9d34aca84127ac97 (diff)
downloadaur-fc6a9099760e1a7d438e79f2521f25d70e8b7815.tar.gz
using MASTERWIDTH=640 and 32px steps by default (incmasterw())
Diffstat (limited to 'config.default.h')
-rw-r--r--config.default.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.default.h b/config.default.h
index ed4447e9a7e8..92a36e1eecf7 100644
--- a/config.default.h
+++ b/config.default.h
@@ -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 }, \