diff options
| author | bakkeby <[email protected]> | 2020-09-05 12:06:19 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-09-05 12:06:19 +0200 |
| commit | dc277e6c8fcdd749bbd07d435826ec5408f88903 (patch) | |
| tree | 377bd736802c66ad1596665cd2ab2e7179be15c8 /patch | |
| parent | cb42097c2250cb8b5aa03fcf3abd86ac7c19618e (diff) | |
| download | dwm-flexipatch-dc277e6c8fcdd749bbd07d435826ec5408f88903.tar.gz dwm-flexipatch-dc277e6c8fcdd749bbd07d435826ec5408f88903.zip | |
Assortment of fullscreen improvements
Diffstat (limited to 'patch')
| -rw-r--r-- | patch/tagswapmon.c | 2 |
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); |
