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:
9e8b325
)
changed back to urxvt, dwm has no problems with it, because it doesn't use frame...
author
Anselm R. Garbe
<garbeam@wmii.de>
Thu, 13 Jul 2006 09:49:31 +0000
(11:49 +0200)
committer
Anselm R. Garbe
<garbeam@wmii.de>
Thu, 13 Jul 2006 09:49:31 +0000
(11:49 +0200)
client.c
patch
|
blob
|
history
dev.c
patch
|
blob
|
history
diff --git
a/client.c
b/client.c
index 932b23e4f14bf8216af47147c36447bc112b2370..f92ac26c6fe77fe0f8eea809d4cc3f77efa1a215 100644
(file)
--- a/
client.c
+++ b/
client.c
@@
-13,7
+13,7
@@
static void floating(void);
static void tiling(void);
-static void (*arrange)(void) =
til
ing;
+static void (*arrange)(void) =
float
ing;
void
max(void *aux)
diff --git
a/dev.c
b/dev.c
index d5726dbf34c5e8599c0de4c5ec5cfb62eb134b57..221715eab8eb7c37f6e3e15b948ba1b985ab5256 100644
(file)
--- a/
dev.c
+++ b/
dev.c
@@
-13,7
+13,7
@@
/********** CUSTOMIZE **********/
const char *term[] = {
- "
aterm
", "-tr", "+sb", "-bg", "black", "-fg", "white", "-fn",
+ "
urxvtc
", "-tr", "+sb", "-bg", "black", "-fg", "white", "-fn",
"-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*",NULL
};
const char *browse[] = { "firefox", NULL };