summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h
index 0bfb3c3..0129989 100644
--- a/config.h
+++ b/config.h
@@ -61,6 +61,9 @@
/* Default width of border window, in pixels. Used unless -b width. */
#define BORDERWIDTH 1
+/* Default snap margin in pixels. Used unless -s width. */
+#define SNAPMARGIN 0
+
/*
* Keysym codes for window operations. Look in X11/keysymdefs.h for
* actual symbols. Use XK_VoidSymbol to disable a function.