Skip to content
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

URxvt resizes itself smaller and smaller until just a single character large #22

Open
pshyvers opened this issue Mar 25, 2013 · 1 comment

Comments

@pshyvers
Copy link

Enabling tabbedex (instead of tabbed, which works fine) causes URxvt to start shrinking down to a tiny size as soon as it is launched in floating window managers (KDE, icewm). This doesn't happen in the tiling manager I tested, i3wm.

I suspect it either has something to do with sizing hints or the hack to generate a configurenotify not functioning correctly.

It happens incrementally, so it seems that it is happening in small increments.

I tried switching from XMoveResizeWindow to XSetWindowBorderWidth, but I got an error and I don't really know what I'm doing.

urxvt: Can't locate object method "XSetWindowBorderWidth" via package "urxvt::term" at (eval 42) line 4.

@sliverstorm
Copy link

Here's what I see in the window that launched urxvt:

urxvt: An X Error occured, trying to continue after report.
urxvt: X Error of failed request: BadValue (integer parameter out of range for operation)
urxvt: Major opcode of failed request: 12
urxvt: (which is X_ConfigureWindow)
urxvt: Value in failed request: 0x0
urxvt: Serial number of failed request: 4107
urxvt: An X Error occured, trying to continue after report.
urxvt: X Error of failed request: BadValue (integer parameter out of range for operation)
urxvt: Major opcode of failed request: 12
urxvt: (which is X_ConfigureWindow)
urxvt: Value in failed request: 0x0
urxvt: Serial number of failed request: 4129

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants