aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.h b/config.h
index d5f9be4..3140b32 100644
--- a/config.h
+++ b/config.h
@@ -9,6 +9,11 @@
#define WMNAME "sei"
/* appearance */
+/* followclient:
+ * 1: if sending a client to a new tag with no other clients, the view will
+ * follow the client
+ * 0: default behaviour */
+static const int followclient = 1;
static unsigned int borderpx = 2; /* border pixel of windows */
static unsigned int snap = 32; /* snap pixel */
static const unsigned int systraypinning = 0; /* 0: sloppy systray follows selected monitor, >0: pin systray to monitor X */