mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-26 09:41:52 -07:00
X.H.DynamicLog: Fix xmobarProp example
In [1] we changed the return type to not be an IO action and hence this
example can't work, even with an otherwise correct configuration.
[1]: 168cb6a6c3
(Removed unnecessary IO)
This commit is contained in:
@@ -243,7 +243,7 @@ dynamicLogXinerama = withWindowSet $ io . putStrLn . pprWindowSetXinerama
|
|||||||
-- | Run xmonad with a property-based xmobar status bar set to some nice
|
-- | Run xmonad with a property-based xmobar status bar set to some nice
|
||||||
-- defaults.
|
-- defaults.
|
||||||
--
|
--
|
||||||
-- > main = xmonad =<< xmobarProp myConfig
|
-- > main = xmonad $ xmobarProp myConfig
|
||||||
-- >
|
-- >
|
||||||
-- > myConfig = def { ... }
|
-- > myConfig = def { ... }
|
||||||
--
|
--
|
||||||
|
Reference in New Issue
Block a user