~ruther/dwl

16bebf0e6eb6a012b12c4e0ffe7d12b29c379b28 — Rutherther 11 months ago abb36e8 + ea29fdb
Merge branch 'v0.7/patched-base' into v0.7/patched-keycodes
1 files changed, 8 insertions(+), 2 deletions(-)

M dwl.c
M dwl.c => dwl.c +8 -2
@@ 1874,7 1874,10 @@ focusortogglematchingscratch(const Arg *arg)
				}
			} else {
				// show
				c->tags = selmon->tagset[selmon->seltags];
        if (c->mon == selmon)
          c->tags = selmon->tagset[selmon->seltags];
        else
          setmon(c, selmon, 0);
				// focus
				focusclient(c, 1);
			}


@@ 1919,7 1922,10 @@ focusortogglescratch(const Arg *arg)
			}
		} else {
			// show
			c->tags = selmon->tagset[selmon->seltags];
      if (c->mon == selmon)
        c->tags = selmon->tagset[selmon->seltags];
      else
        setmon(c, selmon, 0);
			focusclient(c, 1);
		}
		arrange(selmon);