dwm
dynamic window manager
git clone https://9o.is/git/dwm.git
commit 60c06a7cb42219953edf1fa752750eb98384a14b parent 114754612228c51fb95fa4d7ad80b0ac0e99322e 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(-)
diff --git a/dwm.c b/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))