<div dir="ltr">On Sun, Jun 24, 2012 at 4:15 PM, Carsten Mattner <span dir="ltr">&lt;<a href="mailto:carstenmattner@googlemail.com" target="_blank">carstenmattner@googlemail.com</a>&gt;</span> wrote:<br><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">&gt;&gt; I&#39;m using handleEventHook = fullscreenEventHook<br>
&gt;&gt; from XMonad.Hooks.EwmhDesktops as otherwise pressing &#39;f&#39;<br>
&gt;&gt; in mupdf doesn&#39;t make it fullscreen.<br>
&gt;&gt; Unsuccessfully tried fullscreenEventHook from XMonad.Layout.Fullscreen.<br>
&gt;<br>&gt; Note that merely using the fullscreenEventHook from that module isn&#39;t<br>
&gt; enough. This hook merely enables the layout modifiers in the module to work.<br>
&gt; To get the behaviour you want, add the event hook and the manage hook from<br>
&gt; the module, and add the fullcsreenFull layout modifier to your layout hook.<br>
&gt; See also the module documentation[1].<br>
&gt;<br>
&gt; [1]:<br>
&gt; <a href="http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Layout-Fullscreen.html" target="_blank">http://xmonad.org/xmonad-docs/xmonad-contrib/XMonad-Layout-Fullscreen.html</a><br>
<br>
</div></div>I tried to make that works but failed.<br>
<br>
It seems that both XMonad.Hooks.EwmhDesktops XMonad.Layout.Fullscreen<br>
provide the same hooks and that it results in a compile error<br>
if I try &quot;eventHook = fullscreenEventHook&quot;<br></blockquote><div><br></div><div>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.</div>
</div><div><br></div>-- <br>brandon s allbery                                      <a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a><br>wandering unix systems administrator (available)     (412) 475-9364 vm/sms<br>
<br>
</div>