diff options
author | okan | 2016-12-01 18:17:52 +0000 |
---|---|---|
committer | okan | 2016-12-01 18:17:52 +0000 |
commit | a6fb2061c2a3151c71f40486b03a6a149af717c3 (patch) | |
tree | 1f8211f27927fa17464a161d79b7dbecb1830574 /cwm.1 | |
parent | ceb545c78714e7691b5bad3df39f8ce682bf30d0 (diff) | |
download | cwm-a6fb2061c2a3151c71f40486b03a6a149af717c3.tar.gz |
Change 'menu-window' to display all windows; then add 'menu-window-hidden' for
the previous behaviour of 'menu-window'. 'menu-window' becomes the default
binding; use 'bind-mouse "1" menu-window-hidden' to restore old behaviour for
those who prefer.
OK sthen@ (long long time ago on a different version)
Diffstat (limited to 'cwm.1')
-rw-r--r-- | cwm.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: cwm.1,v 1.56 2016/11/14 13:52:33 okan Exp $ +.\" $OpenBSD: cwm.1,v 1.57 2016/12/01 18:17:52 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: November 14 2016 $ +.Dd $Mdocdate: December 1 2016 $ .Dt CWM 1 .Os .Sh NAME @@ -219,8 +219,8 @@ Menus are recalled by clicking the mouse on the root window: .Pp .Bl -tag -width Ds -offset indent -compact .It Ic M1 -Show list of currently hidden windows. -Selecting an item will unhide that window. +Show list of currently defined windows. +Selecting an item will warp to that window, unhiding it if necessary. .It Ic M2 Show list of currently defined groups. Selecting an item will hide/unhide that group. |