summaryrefslogtreecommitdiff
path: root/doc/config
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2022-10-14 17:02:04 +0100
committerPhil Jones <philj56@gmail.com>2022-10-14 17:02:39 +0100
commitf6481fd8baf793de17cb071e17ef7208f9db40c0 (patch)
tree1465581c12b3ae349139a47259078a915a2caefe /doc/config
parent2fd61357ad1ddb16cbba9c405ca92021dca19b65 (diff)
Add --exclusive-zone option.
Diffstat (limited to 'doc/config')
-rw-r--r--doc/config10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/config b/doc/config
index 4f81163..d7ec8b5 100644
--- a/doc/config
+++ b/doc/config
@@ -111,6 +111,16 @@
# bottom, bottom-left, left, center.
anchor = center
+ # Set the size of the exclusive zone.
+ #
+ # A value of -1 means ignore exclusive zones completely.
+ # A value of 0 will move tofi out of the way of other windows' zones.
+ # A value greater than 0 will set that much space as an exclusive zone.
+ #
+ # Values greater than 0 are only meaningful when tofi is anchored to a
+ # single edge.
+ exclusive-zone = -1
+
# Window offset from edge of screen. Only has an effect when anchored
# to the relevant edge. Can be pixels or a percentage.
margin-top = 0