소스 검색

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

garbeam@gmail.com 14 년 전
부모
커밋
60c06a7cb4
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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))