On Fri, Jan 13, 2012 at 11:35:02AM +0100, Thomas Dean wrote: > On Thu, Jan 12, 2012 at 17:44:56 -0500, TJ Robotham wrote: > > You might find it helpful to go into sendmon and delete that one line that > > resets the window's tags to whatever's currently visible on the other > > monitor. > > That was pretty much the first thing I did when multihead support was added, > > since I rarely want to both move a window between monitors and retag it. > > Thank's a lot for this hint! This would result in almost exactly what I > want. In fact, if combined with a patch that would keep the set of visible > tags on both screens in sync, I think it would be exactly what I want. Does > anyone know how to achieve the latter?
Check /(toggle)?(view|tag)/ functions in dwm.c Or you could change arrange() so it sets the tagset for all other monitors too Rob