From 6dcc4fb8cde24b77b509e032a1158801af3e96b5 Mon Sep 17 00:00:00 2001 From: Lawrence Teo Date: Wed, 8 Feb 2012 22:18:19 -0500 Subject: [PATCH] Fix height_shrink key binding; use .Xr for xprop(1). From: Andrea Bolognani ok marco --- scrotwm.1 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scrotwm.1 b/scrotwm.1 index 3639b68..21bc043 100644 --- a/scrotwm.1 +++ b/scrotwm.1 @@ -13,7 +13,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: January 25 2012 $ +.Dd $Mdocdate: February 8 2012 $ .Dt SCROTWM 1 .Os .Sh NAME @@ -436,7 +436,7 @@ button2 width_shrink .It Cm M-= width_grow -.It Cm M-S- +.It Cm M-S-- height_shrink .It Cm M-S-= height_grow @@ -712,7 +712,9 @@ You can obtain .Aq class and .Aq name -by running xprop(1) and then clicking on the desired window. +by running +.Xr xprop 1 +and then clicking on the desired window. In the following example the main window of Firefox was clicked: .Bd -literal -offset indent $ xprop | grep WM_CLASS -- 1.7.10.4