diff options
author | okan | 2019-02-25 16:40:49 +0000 |
---|---|---|
committer | okan | 2019-02-25 16:40:49 +0000 |
commit | 8f7c934cef0f223e5fc0d06b2f0cba386b5b8fd8 (patch) | |
tree | 9b2063e8cccf02d9d7066bc7d2109a74f2805f3e /cwmrc.5 | |
parent | cd6bd49abd762f448b4b352b69e2cc9f9ca5dfef (diff) | |
download | cwm-8f7c934cef0f223e5fc0d06b2f0cba386b5b8fd8.tar.gz |
Add 'group-close-[n]' action to close all windows within specified group.
heavily based on a diff from Nam Nguyen.
Diffstat (limited to 'cwmrc.5')
-rw-r--r-- | cwmrc.5 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: cwmrc.5,v 1.71 2019/02/22 19:40:33 okan Exp $ +.\" $OpenBSD: cwmrc.5,v 1.72 2019/02/25 16:40:49 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 22 2019 $ +.Dd $Mdocdate: February 25 2019 $ .Dt CWMRC 5 .Os .Sh NAME @@ -288,6 +288,8 @@ menu. Toggle visibility of group n, where n is 1-9. .It group-only-[n] Show only group n, where n is 1-9, hiding other groups. +.It group-close-[n] +Close all windows in group n, where n is 1-9. .It group-toggle-all Toggle visibility of all groups. .It window-group |