mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -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]: 168cb6a6c3a774bc05032536e37b982cd6b4d7cc (Removed unnecessary IO)
This commit is contained in:
parent
3bc06447d2
commit
feee11a0ba
@ -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 { ... }
|
||||||
--
|
--
|
||||||
|
Loading…
x
Reference in New Issue
Block a user