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 3A3B21396D0 for ; Thu, 28 Sep 2017 18:27:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD1C02BC025; Thu, 28 Sep 2017 18:27:28 +0000 (UTC) Received: from synchrony.c-14.de (synchrony.c-14.de [88.99.86.234]) (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 7BF60E0C3D for ; Thu, 28 Sep 2017 18:27:28 +0000 (UTC) Received: from sardaukar.c-14.de (HSI-KBW-134-3-147-119.hsi14.kabel-badenwuerttemberg.de [134.3.147.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by synchrony.c-14.de (Postfix) with ESMTPSA id DE0B99872C for ; Thu, 28 Sep 2017 18:27:26 +0000 (UTC) Date: Thu, 28 Sep 2017 20:27:24 +0200 From: Simon Thelen To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Strange Xmonad problem Message-ID: <20170928182724.GA5200@anonymous> Mail-Followup-To: gentoo-user@lists.gentoo.org References: <87vak4glhq.fsf@openmailbox.org> <20170927210629.GA5061@anonymous> <87zi9espca.fsf@openmailbox.org> 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; charset=utf-8 Content-Disposition: inline In-Reply-To: <87zi9espca.fsf@openmailbox.org> User-Agent: Mutt/1.9.0 (2017-09-02) X-Archives-Salt: 2781c2e0-26b7-437d-ab98-1178f86a8c68 X-Archives-Hash: 164306e3fc17b1126c9f9b7b46b3db0a 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 -- Simon Thelen