From 7e10528f09e64507c35ab722495e152a5ecce0ce Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Mon, 28 Sep 2009 17:15:15 +0000 Subject: [PATCH] Clarify quirks --- scrotwm.1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scrotwm.1 b/scrotwm.1 index 9d127ab..804f3a9 100644 --- a/scrotwm.1 +++ b/scrotwm.1 @@ -523,6 +523,12 @@ In the following example the main window of Firefox was clicked: $ xprop | grep WM_CLASS WM_CLASS(STRING) = "Navigator", "Firefox" .Ed +.Pp +Note that grepping for WM_CLASS flips class and name. +In the example above the quirk entry would be: +.Bd -literal -offset indent +quirk[Firefox:Navigator] = FLOAT +.Ed .Sh FILES .Bl -tag -width "/etc/scrotwm.confXXX" -compact .It Pa ~/.scrotwm.conf -- 1.7.10.4