Re: [dev] Re: [dmenu] subwindow patch

2010-03-31 Thread Anselm R Garbe
On 31 March 2010 00:54, Connor Lane Smith wrote: > On 30 March 2010 23:35, Connor Lane Smith wrote: >> I thought it would be nice for certain programs (like surf) to spawn >> dmenu within its own borders. It turns out this is actually very >> simple. The attached patch uses the argument '-w'. Hop

Re: [dev] Re: [dmenu] subwindow patch

2010-03-31 Thread julien steinhauser
On Wed, Mar 31, 2010 at 12:36:04PM +0100, Sean Whitton wrote: > > This is nice. What would be even nicer is if dmenu stole mouse/kb > control only for the window in question, so you could switch to another > window/tag and leave it open while looking up part of a url or > something. > > S > > -

Re: [dev] Re: [dmenu] subwindow patch

2010-03-31 Thread Sean Whitton
Hi, On Tue, Mar 30, 2010 at 11:54:15PM +, Connor Lane Smith wrote: > On 30 March 2010 23:35, Connor Lane Smith wrote: > > I thought it would be nice for certain programs (like surf) to spawn > > dmenu within its own borders. It turns out this is actually very > > simple. The attached patch us

Re: [dev] Re: [dmenu] subwindow patch

2010-03-30 Thread Peter John Hartman
nice! i've always wanted something like this. peter -- sic dicit magister P. http://individual.utoronto.ca/peterjh/ On Tue, 30 Mar 2010, Connor Lane Smith wrote: On 30 March 2010 23:35, Connor Lane Smith wrote: I thought it would be nice for certain programs (like surf) to spawn dmenu wit

[dev] Re: [dmenu] subwindow patch

2010-03-30 Thread Connor Lane Smith
On 30 March 2010 23:35, Connor Lane Smith wrote: > I thought it would be nice for certain programs (like surf) to spawn > dmenu within its own borders. It turns out this is actually very > simple. The attached patch uses the argument '-w'. Hopefully it could > be of use to someone else. Actually