diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2011-11-06 02:03:48 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2011-11-06 02:03:48 +0000 |
commit | 0f053b5a4de7b5c8cb207b06e927d29b3a3451f2 (patch) | |
tree | 79a583ccc9b2f2862c8f668513c67560a1f43b7a /app/cwm/cwmrc.5 | |
parent | 831ec78105b64b673aeb65e4bc3042a85de7de2f (diff) |
put snapdist in the correct location; as an option, not a bind; Tiago Cunha.
ok oga@
Diffstat (limited to 'app/cwm/cwmrc.5')
-rw-r--r-- | app/cwm/cwmrc.5 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/app/cwm/cwmrc.5 b/app/cwm/cwmrc.5 index d28605d7b..339f97e69 100644 --- a/app/cwm/cwmrc.5 +++ b/app/cwm/cwmrc.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cwmrc.5,v 1.41 2011/09/08 12:35:33 okan Exp $ +.\" $OpenBSD: cwmrc.5,v 1.42 2011/11/06 02:03:47 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: September 8 2011 $ +.Dd $Mdocdate: November 6 2011 $ .Dt CWMRC 5 .Os .Sh NAME @@ -206,6 +206,10 @@ Set a default size for the keyboard movement bindings, in pixels. The default is 1. .Pp +.It Ic snapdist Ar pixels +Minimum distance to snap-to adjacent edge, in pixels. +The default is 0. +.Pp .It Ic sticky Ic yes Ns \&| Ns Ic no Toggle sticky group mode. The default behavior for new windows is to not assign any group. @@ -302,8 +306,6 @@ Reverse cycle through windows. Forward cycle through windows in current group. .It rcycleingroup Reverse cycle through windows in current group. -.It snapdist -Minimum distance to snap-to adjacent edge. .It delete Delete current window. .It hide |