don't check for monocle layout in zoom() exit condition
60c06a7c
1 file(s) · +0 −1
| 2034 | 2034 | Client *c = selmon->sel; |
|
| 2035 | 2035 | ||
| 2036 | 2036 | if(!selmon->lt[selmon->sellt]->arrange |
|
| 2037 | - | || selmon->lt[selmon->sellt]->arrange == monocle |
|
| 2038 | 2037 | || (selmon->sel && selmon->sel->isfloating)) |
|
| 2039 | 2038 | return; |
|
| 2040 | 2039 | if(c == nexttiled(selmon->clients)) |