mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 11:30:22 -07:00
make X.A.Plane example config actually compile
This commit is contained in:
parent
08beff45b9
commit
0d061462c7
@ -51,12 +51,13 @@ import XMonad.Util.Run
|
|||||||
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@ file:
|
-- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@ file:
|
||||||
--
|
--
|
||||||
-- > import XMonad.Actions.Plane
|
-- > import XMonad.Actions.Plane
|
||||||
|
-- > import Data.Map (union)
|
||||||
-- >
|
-- >
|
||||||
-- > main = xmonad def {keys = myKeys}
|
-- > main = xmonad def {keys = myKeys}
|
||||||
-- >
|
-- >
|
||||||
-- > myKeys conf = union (keys def conf) $ myNewKeys conf
|
-- > myKeys conf = union (keys def conf) $ myNewKeys conf
|
||||||
-- >
|
-- >
|
||||||
-- > myNewkeys (XConfig {modMask = modm}) = planeKeys modm (Lines 3) Finite
|
-- > myNewKeys (XConfig {modMask = modm}) = planeKeys modm (Lines 3) Finite
|
||||||
--
|
--
|
||||||
-- For detailed instructions on editing your key bindings, see
|
-- For detailed instructions on editing your key bindings, see
|
||||||
-- "XMonad.Doc.Extending#Editing_key_bindings".
|
-- "XMonad.Doc.Extending#Editing_key_bindings".
|
||||||
|
Loading…
x
Reference in New Issue
Block a user