aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.arg.h4
-rw-r--r--config.default.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/config.arg.h b/config.arg.h
index 308318f..f286769 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -32,9 +32,9 @@ static Layout layout[] = { \
{ "[]=", tile }, /* first entry is default */ \
{ "><>", untile }, \
};
-#define MASTERWIDTH 640 /* master width per thousand */
+#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
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