-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scaling font size without altering window dimensions #25
Comments
Hm, I've definitely experienced that! But I can't reproduce it here in OS X. What OS/dist do you use? What output does |
Well, this was meant as a feature request, not a bug report, just to be clear. I think we've had an e-mail discussion about this a while back. Anyway, I use the Devuan and Void Linux distributions, and here's the requested output on my Devuan machine:
|
On Tue, 2020-12-08 at 10:18:37 -0800, Michael Siegel wrote:
Well, this was meant as a feature request, not a bug report, just to be clear.
Agreed. But since it works on my machine™ and not on your machine (and
I've seen that problem before) I approach it like a bug = D
I think we've had an e-mail discussion about this a while back.
Now that you mention it, I remember it! Thank you for creating the
issue!
Anyway, I use the Devuan and Void Linux distributions, and here's the
requested output:
```
$ urxvt --help 2>&1 | head
rxvt-unicode (urxvt) v9.22 - released: 2016-01-23
options: perl,xft,styles,combining,blink,iso14755,unicode3,encodings=eu+vn+jp+jp-ext+kr+zh+zh-ext,fade,transparent,tint,pixbuf,XIM,frills,selectionscrolling,wheel,slipwheel,smart-resize,cursorBlink,pointerBlank,scrollbars=plain+rxvt+NeXT+xterm
[…]
```
I have the same options compiled in *except* XIM and pixbuf but they
shouldn't matter. Also I have the same version.
Let me try on my OpenBSD machine.
|
I tried it on OpenBSD as well and got the same result: the window stays the I have no idea what to try next. Ideas? |
I have the same exact issue, I am using OpenSuse Tumbleweed, and the window size increases or decreases alongside the font.
|
Can you both paste your |
Here, apologies for the late response.
Sent with [ProtonMail](https://protonmail.com) Secure Email.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
…On Wednesday, February 3, 2021 1:10 AM, Simon Lundström ***@***.***> wrote:
Can you both paste your .Xresources here?
—
You are receiving this because you commented.
Reply to this email directly, [view it on GitHub](#25 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/APJUTLDZEUPYDPVDVYQNEN3S5DSFXANCNFSM4UOUSDSA).
|
No problem! I don’t think GitHub can handle attachments though so you’re gonna have to paste it here. 🤷♂️ |
My bad, haha |
I found out why I and others don't have this problem (anymore), the
will make the window not resize. I'll look into the code behind |
bump. i would LOOOOVE to have this work. i hate when rxvt resizes my X window. |
for anyone who only needs font-resizing and no _window_resizing. |
Mkay, it has something to do with |
is this patch something that will be upstream eventually? |
I've forked urxvt-resize-font and added a pure Perl fix for the scaling without resizing the window dimensions problem: https://github.com/MegaManSec/urxvt-resize-font The commit adding that functionality: MegaManSec@e39c994 It works for me (TM). |
Could you also provide a way to scale the font size without altering the window
dimensions at the same time? I'd find that quite useful.
The text was updated successfully, but these errors were encountered: