Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
made Fnt an anonymous inner struct
[dwm.git]
/
config.arg.h
diff --git
a/config.arg.h
b/config.arg.h
index
72a74bf
..
f286769
100644
(file)
--- a/
config.arg.h
+++ b/
config.arg.h
@@
-34,7
+34,7
@@
static Layout layout[] = { \
};
#define MASTERWIDTH 600 /* master width per thousand */
#define NMASTER 1 /* clients in master area */
};
#define MASTERWIDTH 600 /* master width per thousand */
#define NMASTER 1 /* clients in master area */
-#define SNAP
40 /* untiled
snap pixel */
+#define SNAP
32 /*
snap pixel */
/* key definitions */
#define MODKEY Mod1Mask
/* key definitions */
#define MODKEY Mod1Mask
@@
-50,8
+50,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_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 }, \
{ MODKEY, XK_j, focusclient, "1" }, \
{ MODKEY, XK_k, focusclient, "-1" }, \
{ MODKEY, XK_m, togglemax, NULL }, \