summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJérémie Courrèges-Anglas <jca@wxcvbn.org>2014-03-27 10:57:33 +0100
committerJérémie Courrèges-Anglas <jca@wxcvbn.org>2014-03-29 16:23:27 +0100
commit08ded19772a54f97aecd948271ed1957c9f89bca (patch)
tree9ec9e640199a0904e0e051dc4d7ff39a79907349
parentd75a70126012cc862cf6dacc1198118329033ef0 (diff)
downloadratpoison-08ded19772a54f97aecd948271ed1957c9f89bca.zip
Hooks names aren't placeholders but really command modifiers.
Prompted by a discussion with Bernhard R. Link.
-rw-r--r--doc/ratpoison.mdoc.116
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/ratpoison.mdoc.1 b/doc/ratpoison.mdoc.1
index c1e08fd..3eb35b3 100644
--- a/doc/ratpoison.mdoc.1
+++ b/doc/ratpoison.mdoc.1
@@ -140,25 +140,25 @@ whenever
is called.
Possible events are:
.Bl -tag -width Ds
-.It Ar deletewindow
+.It Cm deletewindow
Run after a window is withdrawn.
-.It Ar newwindow
+.It Cm newwindow
Run after a new window is mapped.
-.It Ar key
+.It Cm key
Run whenever a top level key is pressed (by default
.Ic C\-t ) .
-.It Ar quit
+.It Cm quit
Run before exiting
.Nm .
-.It Ar restart
+.It Cm restart
Run before restarting
.Nm .
-.It Ar switchframe
+.It Cm switchframe
Run after a frame actually switched, but before the window in it is
focused.
-.It Ar switchgroup
+.It Cm switchgroup
Run after selecting a new group.
-.It Ar switchwin
+.It Cm switchwin
Run after a new window is selected.
(With dedication, it may already be inactive again, if it was put into
another frame)