Browse Source

changed back to urxvt, dwm has no problems with it, because it doesn't use frame windows ;)

master
Anselm R. Garbe 18 years ago
parent
commit
21553f9b4d
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      client.c
  2. +1
    -1
      dev.c

+ 1
- 1
client.c View File

@ -13,7 +13,7 @@
static void floating(void);
static void tiling(void);
static void (*arrange)(void) = tiling;
static void (*arrange)(void) = floating;
void
max(void *aux)


+ 1
- 1
dev.c View File

@ -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 };


Loading…
Cancel
Save