[xmonad] Re: XMonad.Prompt.Workspace error

Matt Brown deadguysfrom at gmail.com
Wed Sep 17 13:25:58 EDT 2008


that fixed it.  thanks

On Wed, Sep 17, 2008 at 9:59 AM, Braden Shepherdson
<Braden.Shepherdson at gmail.com> wrote:
> Matt Brown wrote:
>>
>> I copied the following lines from XMonad.Prompt.Workspace usage:
>>
>> import XMonad.Prompt
>> import XMonad.Prompt.Workspace
>>
>>   , ((modMask x .|. shiftMask, xK_m     ), workspacePrompt
>> defaultXPConfig (windows . W.shift))
>>
>>
>> but when I reload xmonad, I get this error:
>>
>> Not in scope: 'W.shift'
>>
>>
>> am I missing an import or something?
>>
>> thanks
>> -matt
>
> Most people have
>
> import qualified XMonad.StackSet as W
>
> in their configs. If you don't have that import, or you call it something
> other than W, that would be the problem.
>
>
> Braden Shepherdson
> shepheb
>
> _______________________________________________
> xmonad mailing list
> xmonad at haskell.org
> http://www.haskell.org/mailman/listinfo/xmonad
>


More information about the xmonad mailing list