dwm

personal fork of dwm (rnpnr branch)
git clone anongit@rnpnr.xyz:dwm.git
Log | Files | Refs | Feed | README | LICENSE

Commit: 60c06a7cb42219953edf1fa752750eb98384a14b
Parent: 114754612228c51fb95fa4d7ad80b0ac0e99322e
Author: garbeam@gmail.com
Date:   Tue, 14 Jun 2011 22:28:16 +0100

don't check for monocle layout in zoom() exit condition
Diffstat:
Mdwm.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))