Re: [dev] Re: clients with large min size

2009-10-13 Thread Anselm R Garbe
2009/10/7 Szabolcs Nagy : > On 10/6/09, Szabolcs Nagy wrote: >> another corner case: > > a tiled client can be resized with mod+right click, but it only works > on the main monitor This is a bug, will be fixed. > dmenu appears on the monitor where the pointer is and not on selmon I think using

Re: [dev] Re: clients with large min size

2009-10-13 Thread Anselm R Garbe
2009/10/6 Szabolcs Nagy : > On 10/6/09, Szabolcs Nagy wrote: >> another corner case: > > enternotify is handled even when the entered window is already focused > (eg moving the mouse to the bar and back, scrolling on the border..) > > focusing might be expensive for some clients (eg dim/light up)

Re: [dev] Re: clients with large min size

2009-10-13 Thread Anselm R Garbe
2009/10/6 Szabolcs Nagy : > another corner case: > dragging a client around snapping only works on selmon and selmon is > not updated once the client is dragged on the other monitor > > not terribly surprising, but worth a mention here.. I think that should stay as is, otherwise snapping would bec

[dev] Re: clients with large min size

2009-10-07 Thread Szabolcs Nagy
On 10/6/09, Szabolcs Nagy wrote: > another corner case: a tiled client can be resized with mod+right click, but it only works on the main monitor dmenu appears on the monitor where the pointer is and not on selmon

Re: [dev] Re: clients with large min size

2009-10-06 Thread Szabolcs Nagy
On 10/6/09, Kris Maglione wrote: >>focusing might be expensive for some clients (eg dim/light up) > > If focusing were that expensive, we would have all given up on > sloppy focus long ago. it's not *that* expensive, but dwm redraws the bar and sets/resets border color at each focus(), accidental

Re: [dev] Re: clients with large min size

2009-10-06 Thread Kris Maglione
On Tue, Oct 06, 2009 at 07:19:14PM +0200, Szabolcs Nagy wrote: On 10/6/09, Szabolcs Nagy wrote: another corner case: enternotify is handled even when the entered window is already focused (eg moving the mouse to the bar and back, scrolling on the border..) focusing might be expensive for som

[dev] Re: clients with large min size

2009-10-06 Thread Szabolcs Nagy
On 10/6/09, Szabolcs Nagy wrote: > another corner case: enternotify is handled even when the entered window is already focused (eg moving the mouse to the bar and back, scrolling on the border..) focusing might be expensive for some clients (eg dim/light up) a possible solution is to modify ent

[dev] Re: clients with large min size

2009-10-06 Thread Szabolcs Nagy
another corner case: dragging a client around snapping only works on selmon and selmon is not updated once the client is dragged on the other monitor not terribly surprising, but worth a mention here..