mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 12:41:52 -07:00
DynamicLog: documentation only
This commit is contained in:
@@ -55,8 +55,6 @@ import XMonadContrib.NamedWindows
|
||||
-- %import XMonadContrib.DynamicLog
|
||||
-- %def -- comment out default logHook definition above if you uncomment any of these:
|
||||
-- %def logHook = dynamicLog
|
||||
-- %def logHook = dynamicLogWithTitle
|
||||
-- %def logHook = dynamicLogWithTitleColored "white"
|
||||
|
||||
|
||||
-- |
|
||||
@@ -71,7 +69,7 @@ dynamicLog :: X ()
|
||||
dynamicLog = dynamicLogWithPP defaultPP
|
||||
|
||||
-- |
|
||||
-- A log
|
||||
-- A log function that uses the 'PP' hooks to customize output.
|
||||
dynamicLogWithPP :: PP -> X ()
|
||||
dynamicLogWithPP pp = do
|
||||
-- layout description
|
||||
|
Reference in New Issue
Block a user