Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
oops, small bugfix in my config
[dwm.git]
/
config.default.h
diff --git
a/config.default.h
b/config.default.h
index
c20f1b2
..
91be009
100644
(file)
--- a/
config.default.h
+++ b/
config.default.h
@@
-33,7
+33,7
@@
static Layout layout[] = { \
{ "[]=", tile }, /* first entry is default */ \
{ "><>", floating }, \
};
{ "[]=", tile }, /* first entry is default */ \
{ "><>", floating }, \
};
-#define MASTERWIDTH 6
4
0 /* master width per thousand */
+#define MASTERWIDTH 6
0
0 /* master width per thousand */
#define NMASTER 1 /* clients in master area */
#define SNAP 32 /* snap pixel */
#define NMASTER 1 /* clients in master area */
#define SNAP 32 /* snap pixel */
@@
-47,8
+47,8
@@
static Key key[] = { \
{ MODKEY, XK_space, setlayout, NULL }, \
{ MODKEY, XK_d, incnmaster, "-1" }, \
{ MODKEY, XK_i, incnmaster, "1" }, \
{ MODKEY, XK_space, setlayout, NULL }, \
{ MODKEY, XK_d, incnmaster, "-1" }, \
{ MODKEY, XK_i, incnmaster, "1" }, \
- { MODKEY, XK_l, incmasterw, "32" }, \
{ MODKEY, XK_h, incmasterw, "-32" }, \
{ 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 }, \
{ MODKEY, XK_j, focusclient, "1" }, \
{ MODKEY, XK_k, focusclient, "-1" }, \
{ MODKEY, XK_m, togglemax, NULL }, \