Re: [dev] Some 2wm questions

2011-11-01 Thread Thomas Dahms
2011/11/1 Thomas Dahms : > 2011/11/1 Bert Münnich : >> On 01.11.11, Connor Lane Smith wrote: >>> I notice this patch doesn't have an attach (M-a) to accompany detach >>> (M-d). Is this a bug or a feature? >> >> It's a feature. I've used attach only very rarely. Instead, I switch to >> the other tag

Re: [dev] Some 2wm questions

2011-11-01 Thread Thomas Dahms
2011/11/1 Bert Münnich : > On 01.11.11, Connor Lane Smith wrote: >> I notice this patch doesn't have an attach (M-a) to accompany detach >> (M-d). Is this a bug or a feature? > > It's a feature. I've used attach only very rarely. Instead, I switch to > the other tag temporarily, use detach (togglet

Re: [dev] Some 2wm questions

2011-11-01 Thread Bert Münnich
On 01.11.11, Connor Lane Smith wrote: > On 1 November 2011 08:25, Bert Münnich wrote: > > I've tried 2wm some time ago, liked the concept but got fed up with its > > old code base. So I wrote a small dwm -> 2wm (d2wm) conversion patch. > > Thanks for this. > > > The patch simply changes toggle{t

Re: [dev] Some 2wm questions

2011-11-01 Thread Connor Lane Smith
On 1 November 2011 08:25, Bert Münnich wrote: > I've tried 2wm some time ago, liked the concept but got fed up with its > old code base. So I wrote a small dwm -> 2wm (d2wm) conversion patch. Thanks for this. > The patch simply changes toggle{tag,view}, so that they move the current > client to

Re: [dev] Some 2wm questions

2011-11-01 Thread Bert Münnich
On 01.11.11, Connor Lane Smith wrote: > 2wm is very old and completely unsupported, so I doubt there are > patches like this. It would be awesome if there were a dwm 'stereo > patch', though. I've tried 2wm some time ago, liked the concept but got fed up with its old code base. So I wrote a small

Re: [dev] Some 2wm questions

2011-10-31 Thread Patrick Haller
On 2011-10-31 19:58, Stephen Paul Weber wrote: > 2) Is there any way to bring a window to the front programatically > under 2wm? I tried xdotool windowactivate and it says the window > manager does not support that, so I tried xdotool windowraise and > that did nothing. If you want to con

Re: [dev] Some 2wm questions

2011-10-31 Thread Connor Lane Smith
Hey, 2wm is very old and completely unsupported, so I doubt there are patches like this. It would be awesome if there were a dwm 'stereo patch', though. cls

[dev] Some 2wm questions

2011-10-31 Thread Stephen Paul Weber
1) Is there anything hanging around to give 2wm a "monacle mode" equivalent? 2) Is there any way to bring a window to the front programatically under 2wm? I tried xdotool windowactivate and it says the window manager does not support that, so I tried xdotool windowraise and that did nothing.