Introduction
Introduction Statistics Contact Development Disclaimer Help
tsome minor fixes - dwm - [fork] customized build of dwm, the dynamic window ma…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 103fb58a445bc849acdd32c694f013846ab863ee
parent 5f55af40aecbce7aa1bf01bdca50d92014c02a5c
Author: anselm@anselm1 <unknown>
Date: Mon, 19 May 2008 20:29:57 +0100
some minor fixes
Diffstat:
M dwm.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/dwm.c b/dwm.c
t@@ -1671,9 +1671,9 @@ updategeom(void) {
wh = showbar ? sh - bh : sh;
}
- /* bar geometry*/
+ /* bar geometry */
bx = wx;
- by = showbar ? (topbar ? 0 : wy + wh) : -bh;
+ by = showbar ? (topbar ? wy - bh : wy + wh) : -bh;
bw = ww;
/* update layout geometries */
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.