aboutsummaryrefslogtreecommitdiffstats
path: root/config.default.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-22 17:58:45 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-22 17:58:45 +0100
commitcac492b0e997cf8204ee9f28fb7f43d19f93c04e (patch)
treefa4c2ae8c7a04fc0e03a8eae11cf739db72ba322 /config.default.h
parentef9b3e173c6e588d630d15a35c7675189a6c31b9 (diff)
downloaddwm-cac492b0e997cf8204ee9f28fb7f43d19f93c04e.tar.zst
nah, I don't want 640 as MASTERWIDTH
Diffstat (limited to 'config.default.h')
-rw-r--r--config.default.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.default.h b/config.default.h
index 92a36e1..1632f50 100644
--- 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