aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-05-23 17:05:49 -0700
committerFuwn <[email protected]>2024-05-23 17:06:05 -0700
commitbf16c08ba9cf09df507ed24462ed717f7be0376b (patch)
tree52e9294cd33e4217b9ac29da99b340603ad9e84e /config.h
parentfeat(dwm.c): systraypinning toggle fix (diff)
downloadseiwm-bf16c08ba9cf09df507ed24462ed717f7be0376b.tar.xz
seiwm-bf16c08ba9cf09df507ed24462ed717f7be0376b.zip
feat(dwm.c): followclient follows on tagmon
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.h b/config.h
index 3140b32..8f56c2d 100644
--- a/config.h
+++ b/config.h
@@ -10,8 +10,9 @@
/* appearance */
/* followclient:
- * 1: if sending a client to a new tag with no other clients, the view will
- * follow the client
+ * 1:
+ * - the view will follow the client when sent to an empty tag
+ * - the focus and cursor will follow the client when sent to a new monitor
* 0: default behaviour */
static const int followclient = 1;
static unsigned int borderpx = 2; /* border pixel of windows */