diff options
author | okan | 2011-11-06 02:03:47 +0000 |
---|---|---|
committer | okan | 2011-11-06 02:03:47 +0000 |
commit | b09d520ac0fcab47e5b2f2fc572550e075cc3187 (patch) | |
tree | 0496a610dedd8805fba507b512dc5f394529cadc | |
parent | 003a9403de29ff38304ed5fe87adf239c383a25a (diff) | |
download | cwm-b09d520ac0fcab47e5b2f2fc572550e075cc3187.tar.gz |
put snapdist in the correct location; as an option, not a bind; Tiago Cunha.
ok oga@
-rw-r--r-- | cwmrc.5 | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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 |