diff options
author | Phil Jones <philj56@gmail.com> | 2022-10-14 17:02:04 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-10-14 17:02:39 +0100 |
commit | f6481fd8baf793de17cb071e17ef7208f9db40c0 (patch) | |
tree | 1465581c12b3ae349139a47259078a915a2caefe /doc/tofi.5.md | |
parent | 2fd61357ad1ddb16cbba9c405ca92021dca19b65 (diff) |
Add --exclusive-zone option.
Diffstat (limited to 'doc/tofi.5.md')
-rw-r--r-- | doc/tofi.5.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/tofi.5.md b/doc/tofi.5.md index 319171d..2ddabb4 100644 --- a/doc/tofi.5.md +++ b/doc/tofi.5.md @@ -240,6 +240,16 @@ options. > > Default: center +**exclusive-zone**=*-1\|px\|%* + +> 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' exclusive 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. +> +> Default: -1 + **output**=*name* > The name of the output to appear on, if multiple outputs are present. |