From 7a1ee5feeb06d304809f6296751370abf4982230 Mon Sep 17 00:00:00 2001 From: Adam Vogt Date: Fri, 24 Apr 2015 03:22:09 +0200 Subject: make X.A.Plane example config actually compile Ignore-this: a30341a0b1a6a48929aeef43fa4689e3 darcs-hash:20150424012209-1499c-ae55348b537d5e647090da87be34e271c84f9fa4.gz --- XMonad/Actions/Plane.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/XMonad/Actions/Plane.hs b/XMonad/Actions/Plane.hs index fee41bc..46684bf 100644 --- a/XMonad/Actions/Plane.hs +++ b/XMonad/Actions/Plane.hs @@ -51,12 +51,13 @@ import XMonad.Util.Run -- You can use this module with the following in your @~\/.xmonad\/xmonad.hs@ file: -- -- > import XMonad.Actions.Plane +-- > import Data.Map (union) -- > -- > main = xmonad def {keys = myKeys} -- > -- > 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 -- "XMonad.Doc.Extending#Editing_key_bindings". -- cgit v1.2.3