mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-30 19:51:51 -07:00
Fix haddock parse error in X.A.LinkWorkspaces
This commit is contained in:
@@ -40,6 +40,7 @@ import qualified Data.Map as M
|
||||
-- > import XMonad.Actions.LinkWorkspaces
|
||||
--
|
||||
-- and add a function to print messages like
|
||||
--
|
||||
-- > message_command (S screen) = " dzen2 -p 1 -w 300 -xs " ++ show (screen + 1)
|
||||
-- > message_color_func c1 c2 msg = dzenColor c1 c2 msg
|
||||
-- > message screen c1 c2 msg = spawn $ "echo '" ++ (message_color_func c1 c2 msg) ++ "' | " ++ message_command screen
|
||||
|
Reference in New Issue
Block a user