diff options
author | okan | 2017-12-27 18:46:18 +0000 |
---|---|---|
committer | okan | 2017-12-27 18:46:18 +0000 |
commit | 2adf37a96f7d23964494764d3ebc4e788711acf2 (patch) | |
tree | ac8650daab812e2acac556a59ef85aab542b4f3b /cwm.1 | |
parent | 73cf1b91165b5fcb06a93997af95f6f0cabddc2f (diff) | |
download | cwm-2adf37a96f7d23964494764d3ebc4e788711acf2.tar.gz |
Add support for re-exec'ing with SIGHUP; equivalent to the already built-in
'restart' function.
Diffstat (limited to 'cwm.1')
-rw-r--r-- | cwm.1 | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: cwm.1,v 1.58 2017/07/21 15:55:37 okan Exp $ +.\" $OpenBSD: cwm.1,v 1.59 2017/12/27 18:46:18 okan Exp $ .\" .\" Copyright (c) 2004,2005 Marius Aamodt Eriksen <marius@monkey.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 21 2017 $ +.Dd $Mdocdate: December 27 2017 $ .Dt CWM 1 .Os .Sh NAME @@ -184,6 +184,14 @@ List all available items. .It Ic [Esc] Cancel. .El +.Pp +.Nm +rereads its configuration file when it receives a hangup signal, +.Dv SIGHUP , +by executing itself with the name and arguments with which it was started. +This is equivilant to the +.Ar restart +function. .Sh SEARCH .Nm features the ability to search for windows by their current title, |