diff options
| author | garbeam@gmail.com <unknown> | 2011-06-14 22:28:16 +0100 | 
|---|---|---|
| committer | garbeam@gmail.com <unknown> | 2011-06-14 22:28:16 +0100 | 
| commit | 60c06a7cb42219953edf1fa752750eb98384a14b (patch) | |
| tree | fe022950e7623739aef43f045306e87df1d0d89e | |
| parent | 114754612228c51fb95fa4d7ad80b0ac0e99322e (diff) | |
don't check for monocle layout in zoom() exit condition
| -rw-r--r-- | dwm.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| @@ -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)) | 
