]2009/8/24 Swiat R. Gal <s...@math.ohio-state.edu>: > When on my tablet I execute xrandr -o left (or anything else) > my dwm switches to the first tag in tab mode > ie. default settings.
dwm re-initializes the monitor setup if xrandr changes geometry. That means, that also the selected tags are reverted to the default setting. The code can be optimised in a way, to not recreate the monitor structure in the case that the number of monitors remains stable when you execute xrandr -o left. Is this the case or do you execute this command when attaching a new monitor? Kind regards, Anselm