From aaffda953b8e141037421208f1120a77bdc98a5f Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Mon, 10 Dec 2007 18:33:57 +0100 Subject: man/xmonad.hs: add some documentation explaining that 'title' can be used in the manageHook just like 'resource' and 'className'. darcs-hash:20071210173357-bd4d7-a8af22fcadc1ea3e9fb8341858db5e984a8b64b7 --- man/xmonad.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'man/xmonad.hs') 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 -- cgit v1.2.3