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

Reply via email to