--- dwm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm.c b/dwm.c index 9fd0286..a3c8a11 100644 --- a/dwm.c +++ b/dwm.c _AT_@ -835,7 +835,7 @@ focusstack(const Arg *arg) { Client *c = NULL, *i; - if (!selmon->sel) + if (!selmon->sel || selmon->sel->isfullscreen) return; if (arg->i > 0) { for (c = selmon->sel->next; c && !ISVISIBLE(c); c = c->next); -- 2.27.0Received on Thu Jul 02 2020 - 21:18:30 CEST
This archive was generated by hypermail 2.3.0 : Thu Jul 02 2020 - 21:36:33 CEST