mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
Documentation fix (issue 445)
Daniel's change which broke -Wall (adding an import for haddock only) was somehow removed. Instead we can just modify the sample code to add the import.
This commit is contained in:
parent
c438c17e4d
commit
cc162bba44
@ -39,6 +39,7 @@ import Control.Monad (when)
|
||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@ file:
|
||||
--
|
||||
-- > import XMonad.Actions.DynamicWorkspaces
|
||||
-- > import XMonad.Actions.CopyWindow(copy)
|
||||
--
|
||||
-- Then add keybindings like the following:
|
||||
--
|
||||
@ -57,7 +58,7 @@ import Control.Monad (when)
|
||||
--
|
||||
-- For detailed instructions on editing your key bindings, see
|
||||
-- "XMonad.Doc.Extending#Editing_key_bindings". See also the documentation for
|
||||
-- 'copy', 'windows', 'shift', and 'defaultXPConfig'.
|
||||
-- "XMonad.Actions.CopyWindow", 'windows', 'shift', and 'defaultXPConfig'.
|
||||
|
||||
|
||||
data Wor = Wor String
|
||||
|
Loading…
x
Reference in New Issue
Block a user