diff options
author | okan | 2014-08-25 12:49:19 +0000 |
---|---|---|
committer | okan | 2014-08-25 12:49:19 +0000 |
commit | 69a4c46eec5a14a1d2e31092a91056655acdf8d5 (patch) | |
tree | c10c50866a4c73f0d0b589095ba3f9699563983e /cwm.1 | |
parent | ae4c24de00ab3e9be5c41678e10d4f38d97274b2 (diff) | |
download | cwm-69a4c46eec5a14a1d2e31092a91056655acdf8d5.tar.gz |
Implement _NET_WM_STATE_STICKY, bound to CM-s by default; allows any
client to 'stick' to all desktops (ewmh speak) or groups - this
currently has the same affect as setting a client's group to 'nogroup',
with the exception that the client can also be in a group, so when
un-sticking, the client will go back to its original group/desktop.
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.50 2014/02/01 00:25:04 okan Exp $ +.\" $OpenBSD: cwm.1,v 1.51 2014/08/25 12:49:19 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 1 2014 $ +.Dd $Mdocdate: August 25 2014 $ .Dt CWM 1 .Os .Sh NAME @@ -90,6 +90,8 @@ Cycle through active groups. Reverse cycle through active groups. .It Ic CMS-f Toggle freezing geometry of current window. +.It Ic CM-s +Toggle stickiness of current window. .It Ic CM-f Toggle full-screen mode of current window. .It Ic CM-m |