summarylogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/config.h b/config.h
new file mode 100644
index 000000000000..e7302357ebc6
--- /dev/null
+++ b/config.h
@@ -0,0 +1,18 @@
+#define MOD SUPER /* modifier for mouse resize and move */
+
+/* INNER + OUTER should not be greater than BORDERWIDTH */
+#define BORDERWIDTH 4 /* full border width */
+#define INNER 3 /* inner border width */
+#define OUTER 1 /* outer border width */
+
+/* colors */
+#define FOCUSCOL 0x18191A
+#define UNFOCUSCOL 0x111213
+#define OUTERCOL 0x000000
+
+/* resize and move by mouse? */
+#define ENABLE_MOUSE
+/* sloppy focus? */
+#define ENABLE_SLOPPY
+/* and double borders? */
+#define DOUBLE_BORDER