toops - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 03128f78df1fbe1b90eb9b7bcb1953050e8bccea
(DIR) parent 7d4a5e654c5421411f1d66360d594285d462d77f
(HTM) Author: Anselm R. Garbe <arg@10kloc.org>
Date: Fri, 25 Aug 2006 15:24:18 +0200
oops
Diffstat:
M draw.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/draw.c b/draw.c
t@@ -109,7 +109,7 @@ drawstatus()
else
drawtext(tags[i], dc.norm, sel && sel->tags[i]);
}
- x = dc.x + dc.w + 2;
+ x = dc.x + dc.w + 1;
dc.w = textw(stext);
dc.x = bx + bw - dc.w;
if(dc.x < x) {