[hackers] [dwm] Redundant code in manage()?

From: Raymond Cole <rc_AT_wolog.xyz>
Date: Tue, 29 Oct 2024 02:25:13 +0000

In dwm's manage() function there is this line:

    XMoveResizeWindow(dpy, c->win, c->x + 2 * sw, c->y, c->w, c->h); /* some windows require this */

It's hard to imagine what windows would require this. The commit history
seems to leave no clue. Removing it hasn't caused any problem to me.

My suggestion is to either add to the comment at least what "some windows"
refer to, or remove it. Thank you!
Received on Tue Oct 29 2024 - 03:25:13 CET

This archive was generated by hypermail 2.3.0 : Tue Oct 29 2024 - 04:48:38 CET