diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | doc/ratpoison.texi | 2 |
2 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,9 @@ are permitted in any medium without royalty provided the copyright notice and this notice are preserved. * Changes since 1.4.0-beta4 +** new hook deletewindow +When a window is deleted this hook is called. + ** _net_wm_pid property supported ratpoison will put windows that have the _net_wm_pid property into the frame & group that was current when the windows' client was diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index 6431159..a50184b 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -1181,6 +1181,8 @@ Run when the user switches to another frame. This is also run when the user switches to a different screen, since a frame switch also occurs. @item switchgroup Run when the user switches to a different group. +@item deletewindow +Run when a window is deleted. @item quit Run when ratpoison exits. @item restart |