summaryrefslogtreecommitdiff
path: root/patches/dwm-stacker-6.2.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/dwm-stacker-6.2.diff')
-rw-r--r--patches/dwm-stacker-6.2.diff4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/dwm-stacker-6.2.diff b/patches/dwm-stacker-6.2.diff
index 8fe3b80..3ae8692 100644
--- a/patches/dwm-stacker-6.2.diff
+++ b/patches/dwm-stacker-6.2.diff
@@ -97,8 +97,8 @@ index 9fd0286..6c302c3 100644
+ int i = stackpos(arg);
+ Client *c, *p;
-- if (!selmon->sel)
-+ if(i < 0)
+- if (!selmon->sel || (selmon->sel->isfullscreen && lockfullscreen))
++ if (i < 0)
return;
- if (arg->i > 0) {
- for (c = selmon->sel->next; c && !ISVISIBLE(c); c = c->next);