On 19 December 2011 16:50, Manolo Martínez <man...@austrohungaro.com> wrote: > (M == Mod1, right?) What I'm seeing is that, if I press Mod1-i (-d), say 3 > times too many, then I need to press Mod1-d (-i) *4* times for it to have any > effect.
Indeed, that's correct. Remember, dwm's layout is per-monitor, not per-tag. As a result, when you switch to a tag with only one client on it, you don't want to switch back only to find that you have to readjust your nmaster, over and over again. So, the solution is not to hit M-i three times when you only mean to hit it once... The behaviour is quite nice, once you do get used to it. ;) Thanks, cls