summaryrefslogtreecommitdiffhomepage
path: root/patch
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-09-05 12:06:19 +0200
committerbakkeby <[email protected]>2020-09-05 12:06:19 +0200
commitdc277e6c8fcdd749bbd07d435826ec5408f88903 (patch)
tree377bd736802c66ad1596665cd2ab2e7179be15c8 /patch
parentcb42097c2250cb8b5aa03fcf3abd86ac7c19618e (diff)
downloaddwm-flexipatch-dc277e6c8fcdd749bbd07d435826ec5408f88903.tar.gz
dwm-flexipatch-dc277e6c8fcdd749bbd07d435826ec5408f88903.zip
Assortment of fullscreen improvements
Diffstat (limited to 'patch')
-rw-r--r--patch/tagswapmon.c2
1 files changed, 1 insertions, 1 deletions
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);