Xinqi Bao's Git
projects
/
dwm.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
525c5ff
)
status box should have a border in my eyes
author
[email protected]
<unknown>
Mon, 7 Aug 2006 07:47:13 +0000
(09:47 +0200)
committer
[email protected]
<unknown>
Mon, 7 Aug 2006 07:47:13 +0000
(09:47 +0200)
config.arg.h
diff
|
blob
|
history
draw.c
diff
|
blob
|
history
diff --git
a/config.arg.h
b/config.arg.h
index
c60f06a
..
8483aa4
100644
(file)
--- a/
config.arg.h
+++ b/
config.arg.h
@@
-47,7
+47,7
@@
static Key key[] = { \
{ MODKEY|ShiftMask, XK_c, killclient, { 0 } }, \
{ MODKEY|ShiftMask, XK_q, quit, { 0 } }, \
{ MODKEY|ShiftMask, XK_Return, spawn, \
{ MODKEY|ShiftMask, XK_c, killclient, { 0 } }, \
{ MODKEY|ShiftMask, XK_q, quit, { 0 } }, \
{ MODKEY|ShiftMask, XK_Return, spawn, \
- { .cmd = "exec urxvt -bg '#ffffea' " \
+ { .cmd = "exec urxvt -bg '#ffffea'
+sb
" \
"-fn '-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*'" } }, \
};
"-fn '-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*'" } }, \
};
diff --git
a/draw.c
b/draw.c
index
dffb490
..
16f934d
100644
(file)
--- a/
draw.c
+++ b/
draw.c
@@
-125,7
+125,7
@@
drawstatus()
x = dc.x + dc.w;
dc.w = textw(stext);
dc.x = bx + bw - dc.w;
x = dc.x + dc.w;
dc.w = textw(stext);
dc.x = bx + bw - dc.w;
- drawtext(stext, !istile,
Fals
e);
+ drawtext(stext, !istile,
Tru
e);
if(sel && ((dc.w = dc.x - x) >= bh)) {
dc.x = x;
drawtext(sel->name, istile, True);
if(sel && ((dc.w = dc.x - x) >= bh)) {
dc.x = x;
drawtext(sel->name, istile, True);