diff options
author | okan | 2008-05-19 12:56:58 +0000 |
---|---|---|
committer | okan | 2008-05-19 12:56:58 +0000 |
commit | 281da1fba3c4cf7c09351c088ec4f5793f9ce96e (patch) | |
tree | d82b052fc3c83570cb7162ef2886af15ddb5e0aa /cwm.1 | |
parent | ca95bca81231c8c082947924b2af0498d914ce96 (diff) | |
download | cwm-281da1fba3c4cf7c09351c088ec4f5793f9ce96e.tar.gz |
finally implement keyboard binding for group toggling
idea for the
"slightly-less-abhorrent-hack-but-a-hack-nonetheless-TM" from oga@
grab and ungrab the keyboard to get around some silly X apps that like
stealing events
ok oga@
Diffstat (limited to 'cwm.1')
-rw-r--r-- | cwm.1 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: cwm.1,v 1.27 2008/04/15 18:33:13 okan Exp $ +.\" $OpenBSD: cwm.1,v 1.28 2008/05/19 12:56:58 okan Exp $ .\" .\" Copyright (c) 2004,2005 Marius Aamodt Eriksen <marius@monkey.org> .\" @@ -15,7 +15,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" The following requests are required for all man pages. -.Dd $Mdocdate: April 15 2008 $ +.Dd $Mdocdate: May 19 2008 $ .Dt CWM 1 .Os .Sh NAME @@ -83,6 +83,8 @@ Delete current window. Select group n, where n is 1-9. .It Ic C-M-0 Select all groups. +.It Ic C-M-g +Toggle a window's membership in the current group. .It Ic M-Right Switch to next group. .It Ic M-Left |