summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2016-01-16 00:36:53 +0000
committernicm <nicm>2016-01-16 00:36:53 +0000
commitc9815307ebe8b729504d383904ae3ef3b862cf11 (patch)
tree172486debb60fc07e4a72393e218c89957f3e780 /tmux.1
parentd551ab8e5cfb00fbb7a79e7f0c3f4f2780fc6824 (diff)
Add hooks for alerts (bell, silence, activity), from Thomas Adam.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.110
1 files changed, 10 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 9017b4e7..159a4bd9 100644
--- a/tmux.1
+++ b/tmux.1
@@ -3224,6 +3224,16 @@ Each hook has a
.Em name .
The following hooks are available:
.Bl -tag -width "XXXXXXXXXXXXXXXX"
+.It alert-activity
+Run when a window has activity.
+See
+.Ic monitor-activity .
+.It alert-bell
+Run when a window has received a bell.
+.It alert-silence
+Run when a window has been silent.
+See
+.Ic monitor-silence .
.It client-attached
Run when a client is attached.
.It client-detached