From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <9front-bounces@9front.inri.net> X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: from 9front.inri.net (9front.inri.net [168.235.81.73]) by inbox.vuxu.org (Postfix) with ESMTP id A7F45220DA for ; Fri, 10 May 2024 16:17:59 +0200 (CEST) Received: from gaff.inri.net ([168.235.71.243]) by 9front; Fri May 10 10:16:45 -0400 2024 Received: from [127.0.0.1] ([168.235.81.125]) by gaff; Fri May 10 10:16:45 -0400 2024 Date: Fri, 10 May 2024 10:16:44 -0400 From: Stanley Lieber To: 9front@9front.org In-Reply-To: <0d9b6e2e-54e9-4d9d-8579-c412c5458350@posixcafe.org> References: <3d99344f-4075-4fb3-b22d-c91b37f46c3a@posixcafe.org> <0d9b6e2e-54e9-4d9d-8579-c412c5458350@posixcafe.org> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: virtual framework callback event wrapper grid Subject: Re: [9front] [PATCH] rio: resize border and scrollbar based on font Reply-To: 9front@9front.org Precedence: bulk On May 10, 2024 10:10:29 AM EDT, Jacob Moody wrote: >On 5/10/24 01:20, Kurt H Maier wrote: >> On Thu, May 09, 2024 at 07:14:06PM -0500, Jacob Moody wrote: >>> >>> we do not currently do any sort of scaling in the UI for larger displa= ys=2E >>> I think we should be looking at a more general solution to this proble= m, >>=20 >> scrollbars and borders should be arguments passed to rio and then >> exposed in env or elsewhere >>=20 >> every other attempt at 'general solutions' to ui scaling have been >> miserable goddamn failures and I really really don't want to live >> through it again >>=20 >> khm > >Alright then where's you're code for a solution here? I don't >want arguments to every fucking program for scaling=2E > > rio provides the borders, so every program in that rio that uses rio's bor= ders would inherit the same settings=2E sl