| toops - dwm - [fork] customized build of dwm, the dynamic window manager | |
| git clone git://src.adamsgaard.dk/dwm | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 03128f78df1fbe1b90eb9b7bcb1953050e8bccea | |
| parent 7d4a5e654c5421411f1d66360d594285d462d77f | |
| Author: Anselm R. Garbe <[email protected]> | |
| Date: Fri, 25 Aug 2006 15:24:18 +0200 | |
| oops | |
| Diffstat: | |
| M draw.c | 2 +- | |
| 1 file changed, 1 insertion(+), 1 deletion(-) | |
| --- | |
| 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) { |