On 17-09-29 at 22:09, Melleus wrote: > Simon Thelen <gentoo-u...@c-14.de> writes: > > On 17-09-29 at 12:13, Melleus wrote: > >> Simon Thelen <gentoo-u...@c-14.de> writes: > >> > On 17-09-28 at 20:30, Melleus wrote: > >> > [..] > >> >> Might I ask another Xmonad question in this thread? I would like to have > >> >> the Firefox goes fullscreen on F11, but the stanza: > >> >> > >> >> isFullscreen --> doFullFloat > >> >> > >> >> in my config does not work, Xmobar remains visible. But some > >> >> applications (like > >> >> Zathura) can go fullscreen and hide Xmobar even without that stanza. Did > >> >> I misconfigured something? > >> > You probably want fullscreenEventHook from [1] as shown in the Usage. > >> > > >> > [1] > >> > https://hackage.haskell.org/package/xmonad-contrib-0.13/docs/XMonad-Hooks-EwmhDesktops.html > >> I have tried. But it doesn't work for me. I might be missing something > >> though. > >> My config is attached: > > I'm not sure why your config doesn't work, but this one seems to work > > for me [1] (not my config, just found it with a quick google). > > If that one works for you, I'd start with that and then edit it until > > you have your settings back. > > > > [1]: https://pastebin.com/raw/Ly4Fb90B > This config doesn't work either. It looks like something is seriously > broken in this version of Xmonad (0.13). It's a pity that it has a stable > keyword. Will wait for updates. Sorry for the noise. And thank you for > attention. I'm running 0.13 (and have been since February) so I doubt it's that. Though it could be related to the earlier issue with the state file. I didn't delete that in my tests.
-- Simon Thelen