diff options
author | okan | 2019-02-22 19:40:32 +0000 |
---|---|---|
committer | okan | 2019-02-22 19:40:32 +0000 |
commit | a3c7fd29ed44719addc853056a2a1d588e615b06 (patch) | |
tree | 762b1f59f7a84d332d9143746451a3fb8386b459 /cwm.1 | |
parent | b654187d11b3af398e8a6133914c426ba1fdaf6d (diff) | |
download | cwm-a3c7fd29ed44719addc853056a2a1d588e615b06.tar.gz |
Rename internal functions to delinate between client remove, delete and xproto
delete; 'window-close' is now the proper action, but 'window-delete' as an
alias will remain until more interesting changes require breaking configs.
Diffstat (limited to 'cwm.1')
-rw-r--r-- | cwm.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: cwm.1,v 1.62 2018/02/04 22:56:26 okan Exp $ +.\" $OpenBSD: cwm.1,v 1.63 2019/02/22 19:40:33 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: February 4 2018 $ +.Dd $Mdocdate: February 22 2019 $ .Dt CWM 1 .Os .Sh NAME @@ -100,7 +100,7 @@ Cycle through currently visible windows. .It Ic MS-Tab Reverse cycle through currently visible windows. .It Ic CM-x -Delete current window. +Close current window. .It Ic CM-[n] Toggle visibility of group n, where n is 1-9. .It Ic CM-a |