mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-06 15:01:53 -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
|
-- 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,
|
-- 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
|
-- then you should be good. Otherwise, you want to figure out how to set
|
||||||
-- 'ppUrgents'.
|
-- 'ppUrgent'.
|
||||||
|
|
||||||
-- $keybinding
|
-- $keybinding
|
||||||
--
|
--
|
||||||
@@ -363,7 +363,7 @@ newtype SpawnUrgencyHook = SpawnUrgencyHook String deriving (Read, Show)
|
|||||||
instance UrgencyHook SpawnUrgencyHook where
|
instance UrgencyHook SpawnUrgencyHook where
|
||||||
urgencyHook (SpawnUrgencyHook prefix) w = spawn $ prefix ++ show w
|
urgencyHook (SpawnUrgencyHook prefix) w = spawn $ prefix ++ show w
|
||||||
|
|
||||||
-- For debugging purposes, really.
|
-- | For debugging purposes, really.
|
||||||
data StdoutUrgencyHook = StdoutUrgencyHook deriving (Read, Show)
|
data StdoutUrgencyHook = StdoutUrgencyHook deriving (Read, Show)
|
||||||
|
|
||||||
instance UrgencyHook StdoutUrgencyHook where
|
instance UrgencyHook StdoutUrgencyHook where
|
||||||
|
Reference in New Issue
Block a user