summaryrefslogtreecommitdiff
path: root/dwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index 49b0aa3..7882132 100644
--- a/dwm.c
+++ b/dwm.c
@@ -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);