aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevin Mullins <me@twifkak.com>2007-10-16 07:18:19 +0200
committerDevin Mullins <me@twifkak.com>2007-10-16 07:18:19 +0200
commit54507995ebec87397635f8033c483d5ed07e6f8e (patch)
tree3778ae99a2eabe8fbb8b84c6c381e6a7455a81db
parent69eaf2810287b1c4d58b27728a63cab00694abc6 (diff)
downloadXMonadContrib-54507995ebec87397635f8033c483d5ed07e6f8e.tar.gz
XMonadContrib-54507995ebec87397635f8033c483d5ed07e6f8e.tar.xz
XMonadContrib-54507995ebec87397635f8033c483d5ed07e6f8e.zip
rename LayoutSelect & defaultLayout in comments
darcs-hash:20071016051819-78224-bbfccd2607836f38a703ec40f85dbc2fdf89a0fd.gz
-rw-r--r--UrgencyHook.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/UrgencyHook.hs b/UrgencyHook.hs
index 3646fc9..3410163 100644
--- a/UrgencyHook.hs
+++ b/UrgencyHook.hs
@@ -37,8 +37,8 @@ import Graphics.X11.Xlib.Extras
-- to your import list in Config. Change your defaultLayout such that
-- withUrgencyHook is applied along the chain. Mine, for example:
--
--- > defaultLayout = Layout $ withUrgencyHook $ windowNavigation wnConfig $
--- > LayoutSelection defaultLayouts
+-- > layoutHook = Layout $ withUrgencyHook $ windowNavigation wnConfig $
+-- > Select defaultLayouts
--
-- It shouldn't hurt to have the "withUrgencyHook $" at the outermost layer,
-- as above, as UrgencyHook is a LayoutModifier, and hence passes on any