diff options
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1668,7 +1668,7 @@ void pushmdown(const Arg *arg) { Client *sel = selmon->sel, *c; - if(!sel || sel->isfloating || sel == nexttiled(selmon->clients)) + if(!sel || sel->isfloating) return; if((c = nexttiled(sel->next))) { detach(sel); |