diff options
-rw-r--r-- | UrgencyHook.hs | 4 |
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 |