diff options
-rw-r--r-- | UrgencyHook.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UrgencyHook.hs b/UrgencyHook.hs index 3c5f3ce..e9b8410 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: -- --- > layoutHook = Layout $ withUrgencyHook $ windowNavigation wnConfig $ --- > Select defaultLayouts +-- > layoutHook = Layout $ withUrgencyHook $ windowNavigation $ +-- > Select layouts -- -- It shouldn't hurt to have the "withUrgencyHook $" at the outermost layer, -- as above, as UrgencyHook is a LayoutModifier, and hence passes on any |