Re: [dwm] dwm-3.1 / dmenu-2.0

From: Anselm R. Garbe <arg_AT_suckless.org>
Date: Tue, 16 Jan 2007 21:28:41 +0100

On Tue, Jan 16, 2007 at 06:40:54PM +0100, Enno Gottox Boland wrote:
> what about
>
> if(c == nexttiled(c) && !nexttiled(c->next))
> {
> c->w =waw;
> c->h = wah;
> wc.border_width = 0;
> }

Touching the border_width is a bad idea. If you really want no
obstrusive indicator if only 1 tiled window exists, I recommend
patching focus() instead.

-- 
 Anselm R. Garbe >< http://suckless.org/~arg/ >< GPG key: 0D73F361
Received on Tue Jan 16 2007 - 21:28:41 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:35:03 UTC