From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A70071396D0 for ; Fri, 29 Sep 2017 19:10:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E0FE2BC021; Fri, 29 Sep 2017 19:10:02 +0000 (UTC) Received: from blaine.gmane.org (unknown [195.159.176.226]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D6F32BC007 for ; Fri, 29 Sep 2017 19:10:01 +0000 (UTC) Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dy0fW-0002Uq-Ow for gentoo-user@lists.gentoo.org; Fri, 29 Sep 2017 21:09:50 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Melleus Subject: [gentoo-user] Re: Strange Xmonad problem Date: Fri, 29 Sep 2017 22:09:52 +0300 Message-ID: <87mv5ds4n3.fsf@openmailbox.org> References: <87vak4glhq.fsf@openmailbox.org> <20170927210629.GA5061@anonymous> <87zi9espca.fsf@openmailbox.org> <20170928182724.GA5200@anonymous> <87r2upsw89.fsf@openmailbox.org> <20170929141352.GA2986@anonymous> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@blaine.gmane.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) Cancel-Lock: sha1:f+QikFSXmcpQ9tRRf13Qjyv4hbA= X-Archives-Salt: cfc87b6c-37ef-49ab-98e4-cb205aa47595 X-Archives-Hash: af62fcbb11956a52c95b42efecd17885 Simon Thelen writes: > On 17-09-29 at 12:13, Melleus wrote: >> Simon Thelen 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.