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 /cwmrc.5 | |
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 '')
-rw-r--r-- | cwmrc.5 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: cwmrc.5,v 1.64 2016/12/01 17:17:27 okan Exp $ +.\" $OpenBSD: cwmrc.5,v 1.65 2016/12/01 18:17:52 okan Exp $ .\" .\" Copyright (c) 2004,2005 Marius Aamodt Eriksen <marius@monkey.org> .\" @@ -261,6 +261,8 @@ Spawn a new terminal. Lock the screen. .It menu-window Launch window search menu. +.It menu-window-hidden +Launch hidden window search menu. .It menu-cmd Launch application search menu. .It menu-group |