Re: [dev] switch all windows from a monitor to another

2012-07-17 Thread Maxime Daniel
Hi Jan Christoph,

I like the separate tags design because my monitors is dedicated for specific 
tasks (working/monitoring, ...) but your patch seems nice for working with the 
same task over multiple monitors. Thanks !

I wrote this patch to be able to switch all windows when I enable/disable 
monitor without doing it one per one. This is the primary reason why I wrote it.

(Jan Christoph Ebersbach ) Tue, 17 Jul 2012 19:07:16 +0200:

> Hi Maxime,
> 
> I created a similar patch some time ago. It makes the tags being shared among 
> all monitors instead of having separate tag sets. Maybe this is something you 
> are also interested in. The downside is that it introduces fundamental 
> changes to dwm that probably break other patches: 
> http://dwm.suckless.org/patches/single_tagset
> 
> Jan Christoph
>  
> -Original message-
> > From:Maxime Daniel 
> > Sent: Tue 17-Jul-2012 16:52
> > To: dev@suckless.org
> > Subject: [dev] switch all windows from a monitor to another
> > 
> > Hi,
> > 
> > I wrote a patch which add a feature like tagmon, but with all the windows 
> > of the current monitor.
> > "switchmon" permit to send all the windows of the current monitor to 
> > another one (and keep the tag set)
> > 
> > The patch is attached
> > 
> 


-- 




RE: [dev] switch all windows from a monitor to another

2012-07-17 Thread Jan Christoph Ebersbach
Hi Maxime,

I created a similar patch some time ago. It makes the tags being shared among 
all monitors instead of having separate tag sets. Maybe this is something you 
are also interested in. The downside is that it introduces fundamental changes 
to dwm that probably break other patches: 
http://dwm.suckless.org/patches/single_tagset

Jan Christoph
 
-Original message-
> From:Maxime Daniel 
> Sent: Tue 17-Jul-2012 16:52
> To: dev@suckless.org
> Subject: [dev] switch all windows from a monitor to another
> 
> Hi,
> 
> I wrote a patch which add a feature like tagmon, but with all the windows of 
> the current monitor.
> "switchmon" permit to send all the windows of the current monitor to another 
> one (and keep the tag set)
> 
> The patch is attached
>