Explorar o código

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

garbeam@gmail.com %!s(int64=14) %!d(string=hai) anos
pai
achega
60c06a7cb4
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      dwm.c

+ 0 - 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))