mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 20:21:51 -07:00
X.H.UrgencyHook: haddock fixes
This commit is contained in:
@@ -115,7 +115,7 @@ import Foreign (unsafePerformIO)
|
||||
-- Now, your "XMonad.Hooks.DynamicLog" must be set up to display the urgent
|
||||
-- windows. If you're using the 'dzen' or 'dzenPP' functions from that module,
|
||||
-- then you should be good. Otherwise, you want to figure out how to set
|
||||
-- 'ppUrgents'.
|
||||
-- 'ppUrgent'.
|
||||
|
||||
-- $keybinding
|
||||
--
|
||||
@@ -363,7 +363,7 @@ newtype SpawnUrgencyHook = SpawnUrgencyHook String deriving (Read, Show)
|
||||
instance UrgencyHook SpawnUrgencyHook where
|
||||
urgencyHook (SpawnUrgencyHook prefix) w = spawn $ prefix ++ show w
|
||||
|
||||
-- For debugging purposes, really.
|
||||
-- | For debugging purposes, really.
|
||||
data StdoutUrgencyHook = StdoutUrgencyHook deriving (Read, Show)
|
||||
|
||||
instance UrgencyHook StdoutUrgencyHook where
|
||||
|
Reference in New Issue
Block a user