From dc277e6c8fcdd749bbd07d435826ec5408f88903 Mon Sep 17 00:00:00 2001 From: bakkeby Date: Sat, 5 Sep 2020 12:06:19 +0200 Subject: [PATCH] Assortment of fullscreen improvements --- patch/tagswapmon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch/tagswapmon.c b/patch/tagswapmon.c index e25552f..a6f8a32 100644 --- a/patch/tagswapmon.c +++ b/patch/tagswapmon.c @@ -51,7 +51,7 @@ tagswapmon(const Arg *arg) } for (c = mc; c; c = next) { - next = ; + next = c->next; c->mon = selmon; c->tags = selmon->tagset[selmon->seltags]; /* assign tags of target monitor */ attach(c);