projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
525c5ff
)
status box should have a border in my eyes
author
arg@10ksloc.org
<unknown>
Mon, 7 Aug 2006 07:47:13 +0000
(09:47 +0200)
committer
arg@10ksloc.org
<unknown>
Mon, 7 Aug 2006 07:47:13 +0000
(09:47 +0200)
config.arg.h
patch
|
blob
|
history
draw.c
patch
|
blob
|
history
diff --git
a/config.arg.h
b/config.arg.h
index c60f06a6e93e8c761186dbaf2d7b61b07e6bada9..8483aa49b9a2ec9b6834441837b4e34381d48851 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, \
- { .cmd = "exec urxvt -bg '#ffffea' " \
+ { .cmd = "exec urxvt -bg '#ffffea'
+sb
" \
"-fn '-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*'" } }, \
};
diff --git
a/draw.c
b/draw.c
index dffb4909635ac7e37002bf0469dfee6d53971017..16f934d7d8808492796cc59447ba9cb7781b4de1 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;
- 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);