From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Peter" Newsgroups: gmane.emacs.devel Subject: Re: Tab-Bar at bottom Date: Sat, 14 Jan 2023 20:08:22 +0100 Message-ID: <87r0vx6ijd.fsf@nexoid.at> References: <87358e8dmd.fsf@nexoid.at> <86mt6lyr6v.fsf@mail.linkov.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38895"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Jan 14 20:08:58 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pGlth-0009rd-9O for ged-emacs-devel@m.gmane-mx.org; Sat, 14 Jan 2023 20:08:57 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pGltG-0003KX-O8; Sat, 14 Jan 2023 14:08:30 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pGltF-0003KM-2W for emacs-devel@gnu.org; Sat, 14 Jan 2023 14:08:29 -0500 Original-Received: from www.nexoid.at ([178.79.130.240] helo=nexoid.at) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pGltC-0007cs-TN for emacs-devel@gnu.org; Sat, 14 Jan 2023 14:08:28 -0500 DKIM-Filter: OpenDKIM Filter v2.10.3 nexoid.at 57D0B25EF1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nexoid.at; s=mail; t=1673723303; bh=HRGndDuWyV3Zo5Rqtu+j5ZBpxAPOzrAm44CoipZthdc=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=Ur67Coosk1SLhKQtw9JkZ6I4PLQIJml4/B0a5o8rzLzHjAmJsLSR0tVwUtuJiJ0tf j7xQsmuyJ6t+gZsmCVSgql8Rvf+Ae2u9oOgCa7ErRPchsZ3SuAFX/M/iVh0tINODCg cwR0W8x9xQz2s2EU1W7tpcDXNqAF7bWjIlIR49mqCs4kdZy/5RVWuiff64WibzdPRo 5FDc/8DrhXZ3TjJIOj+IiQ9VJ1Sloqf1LD1Zsjlxl4fo251SLwFxZ2jmveSW2U/s37 lyv3KyqXOEBG6rBKzKlMaivxzpmojm1vQQPJSJqtypwBIIzoUN+l5Y0qPJcj+hbPIn Q3SpUTaVlKT8Q== In-Reply-To: <86mt6lyr6v.fsf@mail.linkov.net> Received-SPF: none client-ip=178.79.130.240; envelope-from=emacs@nexoid.at; helo=nexoid.at X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:302419 Archived-At: > Sorry, I don't understand, I've never seen any such problems in EXWM. > The tab-bar is at the top, and a client window with tabs is below > like on this screenshot: > https://github.com/ch11ng/exwm/issues/638#issuecomment-559912638 Yes, that is "the problem". Normally I can just move the mouse to the very top of the screen and assume I'm hitting a tab (in Firefox for example). So I just need to get the horizontal motion right, vertically it's very easy to hit (just go all the way up, can't overshoot). However, now I can't do that, I have to move *down* a bit. This is a problem specific to my use of the tab-bar, if I were using it for actual *tabs* (and not as some sort of global information bar), this would be a different story. However, I thought I'd ask whether there might be any interest in having an option to move the tab-bar to the very bottom. If this is a feature that might be acceptable for inclusion in Emacs, I could try and see whether I can implement it ;) Thanks and greetings, Peter