summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTyler Thomas Hart <htyler@pdx.edu>2012-11-28 15:22:57 -0800
committerThorsten Wißmann <edu@thorsten-wissmann.de>2012-12-09 22:47:16 +0100
commit152361aab32c7184258ff987601016d1ed009eae (patch)
treea697836d0a9c22e4adb7d9a1e89ad4c02220a1e6 /doc
parent147f4be859d6ada19964c3d46e4f8932b03952cc (diff)
Add command negation
Diffstat (limited to 'doc')
-rw-r--r--doc/herbstluftwm.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/herbstluftwm.txt b/doc/herbstluftwm.txt
index 91de9913..54178f63 100644
--- a/doc/herbstluftwm.txt
+++ b/doc/herbstluftwm.txt
@@ -242,6 +242,11 @@ or 'SEPARATOR' ['COMMANDS' ...]::
"or" behaves like the chain command but only executes the specified
'COMMANDS' until one command returns the exit code 0.
+! 'COMMAND'::
+ "!" executes the provided command, but inverts its return value. If the
+ provided command returns a nonzero, "!" returns a 0, if the command returns
+ a zero, "!" returns a 1.
+
focus_nth 'INDEX'::
Focuses nth window in a frame. The first window has 'INDEX' 0, if INDEX is
negative or greater than the last window index, then the last window is