[dev] [dmenu] No x, y, w options?

2011-12-02 Thread Bastien Dejean
Hi, (Of course I'm referring to the options of the same name already available in dzen2.) Greetings, -- Bastien

Re: [dev] [dmenu] No x, y, w options?

2011-12-02 Thread Anselm R Garbe
On 2 December 2011 19:12, Bastien Dejean wrote: > (Of course I'm referring to the options of the same name already available in > dzen2.) This is a TODO which can also be found in the dwm TODO file. It is of lower prio however, as it is trivial to patch the dwm source code to achieve what you ar

Re: [dev] [dmenu] No x, y, w options?

2011-12-02 Thread Bjartur Thorlacius
Why choose window placement and dimensions at exec, instead of letting the window manager handle the issue? Just set _NET_WM_WINDOW_TYPE to _NET_WM_WINDOW_TYPE_DIALOG and spend engineering time ranting about WM_TRANSIENT_FOR, modality and modularity instead. dmenu's override-redirect flag has alwa