diff options
author | Andrea Rossato <andrea.rossato@unibz.it> | 2007-11-14 11:48:44 +0100 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@unibz.it> | 2007-11-14 11:48:44 +0100 |
commit | e1af7f0b3bfe18520a764bc852eac016ce649d19 (patch) | |
tree | 37d1ec565a029f9ae85178fece3a6d269207ce6d | |
parent | b8c7d4b7c456038f45d410530596b82a121c9cec (diff) | |
download | XMonadContrib-e1af7f0b3bfe18520a764bc852eac016ce649d19.tar.gz XMonadContrib-e1af7f0b3bfe18520a764bc852eac016ce649d19.tar.xz XMonadContrib-e1af7f0b3bfe18520a764bc852eac016ce649d19.zip |
UrgencyHook.hs: small haddock fix
darcs-hash:20071114104844-32816-666b851e98e4503bf5d83add79d004c1d3be4ff9.gz
-rw-r--r-- | XMonad/Hooks/UrgencyHook.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/XMonad/Hooks/UrgencyHook.hs b/XMonad/Hooks/UrgencyHook.hs index 402faf9..759be5e 100644 --- a/XMonad/Hooks/UrgencyHook.hs +++ b/XMonad/Hooks/UrgencyHook.hs @@ -85,6 +85,7 @@ removeVisiblesFromUrgents = do -- | Focuses the most recently urgent window. Good for what ails ya -- I mean, your keybindings. -- Example keybinding: +-- -- > , ((modMask , xK_BackSpace), focusUrgent) focusUrgent :: X () focusUrgent = withUrgents $ flip whenJust (windows . W.focusWindow) . listToMaybe |