[dwm] floating windows cover statusbar when resized

2008-05-28 Thread Martin Sander
Hey, I found some behaviour that I would consider a bug (maybe its a feature?): I have set feh[1] to be floating in config.h. When I start feh to display two jpgs of different size, feh appears in the upper left corner, just below the bar. When I change to the next jpg using the mouse-wheel, the

Re: [dwm] floating windows

2007-02-26 Thread Jan Christoph Ebersbach
On Sun 25-02-2007 12:03, Anselm R. Garbe wrote: Actually I don't understand why do you re-use Client here, why not int x, y, w, h? Thanks for the comments - I used Client because it seemed to be more clear than defining a bunch of loose variables. Jan Christoph -- For everything there is a

Re: [dwm] floating windows

2007-02-25 Thread Anselm R. Garbe
Hi, some remarks, On Sat, Feb 24, 2007 at 07:44:38PM +0100, Jan Christoph Ebersbach wrote: +void +moveresize(const char *arg) { +if (!sel || !sel-isfloating || strlen(arg) == 0) { return; } You should also return if the client isfixed. +int *rs_val = NULL; + +Client

Re: [dwm] floating windows

2007-02-24 Thread Jan Christoph Ebersbach
On Fri 09-02-2007 23:30, Jan Christoph Ebersbach wrote: I wrote a small patch for moving and resizing. - It misuses arg-i heavily :/ I updated moveresize to dwm 3.7 and adapted the argmuent to const char. Jan Christoph { MODKEY|Mod1Mask , XK_h , moveresize, x-25 }