Introduction
Introduction Statistics Contact Development Disclaimer Help
tsmall fix to separate client title from right-most tag - dwm - [fork] customiz…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 9f35cc52fe27f694ce146356e6c71267ecd19217
parent f1fe19bc2b0b1744a82551ef2580e621231cd97e
Author: Anselm R. Garbe <[email protected]>
Date: Fri, 25 Aug 2006 14:46:01 +0200
small fix to separate client title from right-most tag
Diffstat:
M draw.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/draw.c b/draw.c
t@@ -94,7 +94,7 @@ drawall()
void
drawstatus()
{
- static const char *mode[] = { "~", "=" };
+ static const char *mode[] = { "~", "|" };
int i, x;
dc.x = dc.y = 0;
t@@ -114,7 +114,7 @@ drawstatus()
else
drawtext(tags[i], dc.norm, sel && sel->tags[i]);
}
- x = dc.x + dc.w;
+ x = dc.x + dc.w + 1;
dc.w = textw(stext);
dc.x = bx + bw - dc.w;
if(dc.x < x) {
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.