diff options
| author | Anselm R. Garbe <[email protected]> | 2006-07-13 11:49:31 +0200 |
|---|---|---|
| committer | Anselm R. Garbe <[email protected]> | 2006-07-13 11:49:31 +0200 |
| commit | 21553f9b4dc80a3afa0a76854dd2ae5ea5e1f4a1 (patch) | |
| tree | 12b0384dabcaf7755755e5ad38c9055623ea9fac /dev.c | |
| parent | changed default colors (diff) | |
| download | seiwm-21553f9b4dc80a3afa0a76854dd2ae5ea5e1f4a1.tar.xz seiwm-21553f9b4dc80a3afa0a76854dd2ae5ea5e1f4a1.zip | |
changed back to urxvt, dwm has no problems with it, because it doesn't use frame windows ;)
Diffstat (limited to 'dev.c')
| -rw-r--r-- | dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }; |