~ruther/dwl

ea29fdbea28a06719122bb3360f116e525dc22ba — Rutherther 8 months ago 6e09446 + 4e06b4a
Merge branch 'v0.7/namedscratchpads' into v0.7/patched-base
1 files changed, 8 insertions(+), 2 deletions(-)

M dwl.c
M dwl.c => dwl.c +8 -2
@@ 1864,7 1864,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);
			}


@@ 1909,7 1912,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);

Do not follow this link