1
0
mirror of git://git.suckless.org/dwm synced 2025-05-14 05:55:48 +01:00

don't check for monocle layout in zoom() exit condition

This commit is contained in:
garbeam@gmail.com 2011-06-14 22:28:16 +01:00
parent 1147546122
commit 60c06a7cb4

1
dwm.c

@ -2034,7 +2034,6 @@ zoom(const Arg *arg) {
Client *c = selmon->sel;
if(!selmon->lt[selmon->sellt]->arrange
|| selmon->lt[selmon->sellt]->arrange == monocle
|| (selmon->sel && selmon->sel->isfloating))
return;
if(c == nexttiled(selmon->clients))