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.default.h
diff --git
a/config.default.h
b/config.default.h
index
92a36e1
..
1632f50
100644
(file)
--- a/
config.default.h
+++ b/
config.default.h
@@
-35,7
+35,7
@@
static Layout layout[] = { \
};
#define MASTERWIDTH 640 /* master width per thousand */
#define NMASTER 1 /* clients in master area */
-#define SNAP
20 /* untiled
snap pixel */
+#define SNAP
32 /*
snap pixel */
/* key definitions */
#define MODKEY Mod1Mask