Xinqi Bao's Git
projects
/
dwm.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
52250e7
)
restoring tip to be a working dwm again (switching FONT to terminus in config.arg.h)
author
arg@f00b4r <unknown>
Thu, 12 Jul 2007 17:45:28 +0000
(19:45 +0200)
committer
arg@f00b4r <unknown>
Thu, 12 Jul 2007 17:45:28 +0000
(19:45 +0200)
config.arg.h
diff
|
blob
|
history
event.c
diff
|
blob
|
history
diff --git
a/config.arg.h
b/config.arg.h
index
bc3adb4
..
8967285
100644
(file)
--- a/
config.arg.h
+++ b/
config.arg.h
@@
-3,7
+3,7
@@
/* appearance */
#define BARPOS BarTop /* BarBot, BarOff */
#define BORDERPX 1
/* appearance */
#define BARPOS BarTop /* BarBot, BarOff */
#define BORDERPX 1
-#define FONT "-*-
pixelcarnage monospace-*-r-*-*-14-*-*-*-*-*-*
-*"
+#define FONT "-*-
terminus-medium-r-*-*-14-*-*-*-*-*-iso10646
-*"
#define NORMBORDERCOLOR "#333"
#define NORMBGCOLOR "#222"
#define NORMFGCOLOR "#ccc"
#define NORMBORDERCOLOR "#333"
#define NORMBGCOLOR "#222"
#define NORMFGCOLOR "#ccc"
diff --git
a/event.c
b/event.c
index
9897640
..
ad4e271
100644
(file)
--- a/
event.c
+++ b/
event.c
@@
-301,8
+301,7
@@
maprequest(XEvent *e) {
if(!XGetWindowAttributes(dpy, ev->window, &wa))
return;
if(!XGetWindowAttributes(dpy, ev->window, &wa))
return;
- fprintf(stderr, "does the window suck? %s\n", wa.map_state == IsViewable ? "no" : "yes");
- if(wa.override_redirect || wa.map_state != IsViewable)
+ if(wa.override_redirect)
return;
if(!getclient(ev->window))
manage(ev->window, &wa);
return;
if(!getclient(ev->window))
manage(ev->window, &wa);