[xmonad] mupdf and llpp return from fullscreen

wagnerdm at seas.upenn.edu wagnerdm at seas.upenn.edu
Sat Jun 23 00:16:26 CEST 2012


Manage hooks are only run when a window is first created. Pressing 'f'  
will not run them again, so whether you have them or not makes no  
difference at that point.

As you suggest below, it is your event hook that is controlling these  
windows, and the event hook you wrote below doesn't differentiate  
between mupdf, llpp, or any other window; if it sets the appropriate  
WM hints, the event hook mucks with it.

~d

Quoting Carsten Mattner <carstenmattner at googlemail.com>:

> On Fri, Jun 22, 2012 at 8:57 PM, Carsten Mattner
> <carstenmattner at googlemail.com> wrote:
>> mupdf is configured doFloat and with isFullScreen --> doFullFloat and
>> smartBorders it
>> does perfectly go fullscreen. When I press 'f' again to return from
>> fullscreen the previously
>> floating mupdf window gets tiled. Same happens for llpp (mupdf based
>> pdf viewer). No
>> doFloat rule for llpp configured.
>>
>> What might be happening?
>
> 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.
>
> _______________________________________________
> xmonad mailing list
> xmonad at haskell.org
> http://www.haskell.org/mailman/listinfo/xmonad
>
>





More information about the xmonad mailing list