Introduction
Introduction Statistics Contact Development Disclaimer Help
tapplied Szabolcs proposal for zoom() as well - dwm - [fork] customized build o…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 8439369db9e340bf260efb1c29282ccb5d224194
parent 81658eaab3a0e1532543ab08a415cab3a044c0dd
Author: Anselm R. Garbe <[email protected]>
Date: Tue, 22 May 2007 11:29:59 +0200
applied Szabolcs proposal for zoom() as well
Diffstat:
M layout.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/layout.c b/layout.c
t@@ -247,7 +247,7 @@ void
zoom(const char *arg) {
Client *c;
- if(!sel || lt->arrange != tile || sel->isfloating)
+ if(!sel || lt->arrange == floating || sel->isfloating)
return;
if((c = sel) == nexttiled(clients))
if(!(c = nexttiled(c->next)))
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.