tdon't check for monocle layout in zoom() exit condition - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 60c06a7cb42219953edf1fa752750eb98384a14b
(DIR) parent 114754612228c51fb95fa4d7ad80b0ac0e99322e
(HTM) Author: garbeam@gmail.com <unknown>
Date: Tue, 14 Jun 2011 22:28:16 +0100
don't check for monocle layout in zoom() exit condition
Diffstat:
M dwm.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/dwm.c b/dwm.c
t@@ -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))