[xmonad] mupdf and llpp return from fullscreen
Brandon Allbery
allbery.b at gmail.com
Sun Jun 24 23:48:34 CEST 2012
On Sun, Jun 24, 2012 at 4:15 PM, Carsten Mattner <
carstenmattner at googlemail.com> wrote:
> >> I'm using handleEventHook = fullscreenEventHook
> >> from XMonad.Hooks.EwmhDesktops as otherwise pressing 'f'
> >> in mupdf doesn't make it fullscreen.
> >> Unsuccessfully tried fullscreenEventHook from XMonad.Layout.Fullscreen.
> >
> > Note that merely using the fullscreenEventHook from that module isn't
> > enough. This hook merely enables the layout modifiers in the module to
> work.
> > To get the behaviour you want, add the event hook and the manage hook
> from
> > the module, and add the fullcsreenFull layout modifier to your layout
> hook.
> > See also the module documentation[1].
> >
> > [1]:
> >
> http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Layout-Fullscreen.html
>
> I tried to make that works but failed.
>
> It seems that both XMonad.Hooks.EwmhDesktops XMonad.Layout.Fullscreen
> provide the same hooks and that it results in a compile error
> if I try "eventHook = fullscreenEventHook"
>
This is a bug in the documentation, the field name changed between 0.9 and
0.10 and nobody updated it. It should be handleEventHook, not eventHook.
--
brandon s allbery allbery.b at gmail.com
wandering unix systems administrator (available) (412) 475-9364 vm/sms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/xmonad/attachments/20120624/8fcf3ee8/attachment.htm>
More information about the xmonad
mailing list