summaryrefslogtreecommitdiffstats
path: root/man/xmonad.hs
diff options
context:
space:
mode:
Diffstat (limited to 'man/xmonad.hs')
-rw-r--r--man/xmonad.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/man/xmonad.hs b/man/xmonad.hs
index 62d64fc..913fd66 100644
--- a/man/xmonad.hs
+++ b/man/xmonad.hs
@@ -222,6 +222,9 @@ myLayout = tiled ||| Mirror tiled ||| Full
-- > xprop | grep WM_CLASS
-- and click on the client you're interested in.
--
+-- To match on the WM_NAME, you can use 'title' in the same way that
+-- 'className' and 'resource' are used below.
+--
myManageHook = composeAll
[ className =? "MPlayer" --> doFloat
, className =? "Gimp" --> doFloat