Introduction
Introduction Statistics Contact Development Disclaimer Help
tlt->arrange in mfact - dwm - [fork] customized build of dwm, the dynamic windo…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 92f3c181c3c3f106361a9c9f7e354ce29ae37e62
parent d589f7679a56b114a2594b5cf49e5312d8420efb
Author: Anselm R Garbe <[email protected]>
Date: Sat, 31 May 2008 17:05:28 +0100
lt->arrange in mfact
Diffstat:
M dwm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/dwm.c b/dwm.c
t@@ -1306,7 +1306,7 @@ void
setmfact(const void *arg) {
double d = *((double*) arg);
- if(!d || lt->arrange != tile)
+ if(!d || lt->arrange)
return;
d = d < 1.0 ? d + mfact : d - 1.0;
if(d < 0.1 || d > 0.9)
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.