Re: [dev] [dwm] x11 corner case bug

From: Connor Lane Smith <cls_AT_lubutu.com>
Date: Mon, 10 Oct 2011 19:53:27 +0100

Hey,

On 10/10/2011, Matthew Phillips <mattp_AT_cpan.org> wrote:
> I stumbled on an odd dwm X11 bug yesterday. Resize any window (a terminal
> works) to 4-5 times the width of your screens resolution, and at some point
> the floating superwide window will appear on all workspaces, but becomes
> unselectable.

I think the offending code is line 1600 in dwm.c. Instead of unmapping
hidden windows, dwm simply moves them two screen widths to the right.
Presumably here it reaches some kind of limit and X refuses to allow
its right edge to be so far to the right, so it gets stuck and covers
the tags on which it is meant to be hidden.

cls
Received on Mon Oct 10 2011 - 20:53:27 CEST

This archive was generated by hypermail 2.3.0 : Mon Oct 10 2011 - 21:00:07 CEST