Introduction
Introduction Statistics Contact Development Disclaimer Help
tallowing zoom within master area as well - dwm - [fork] customized build of dw…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 0faaba04a589c288a3f117f6c5b2c259c2b6790d
parent ec7a5ffff146d71f16d4d9de78db0f1044aa9bc9
Author: Anselm R. Garbe <[email protected]>
Date: Fri, 5 Jan 2007 15:08:25 +0100
allowing zoom within master area as well
Diffstat:
M view.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/view.c b/view.c
t@@ -302,10 +302,11 @@ zoom(Arg *arg) {
}
for(n = 0, c = nexttiled(clients); c; c = nexttiled(c->next))
n++;
- if(n <= nmaster || (arrange == dofloat))
- return;
- if(ismaster((c = sel))) {
+ c = sel;
+ if(n <= nmaster || (arrange == dofloat))
+ pop(c);
+ else if(ismaster(sel)) {
if(!(c = topofstack()))
return;
swap(c, sel);
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.