aewl

changeset 44:a36f95a4841a

changed back to urxvt, dwm has no problems with it, because it doesn't use frame windows ;)
author Anselm R. Garbe <garbeam@wmii.de>
date Thu, 13 Jul 2006 11:49:31 +0200
parents 989178822938
children 7943c72e34eb
files client.c dev.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/client.c	Thu Jul 13 11:43:05 2006 +0200
     1.2 +++ b/client.c	Thu Jul 13 11:49:31 2006 +0200
     1.3 @@ -13,7 +13,7 @@
     1.4  
     1.5  static void floating(void);
     1.6  static void tiling(void);
     1.7 -static void (*arrange)(void) = tiling;
     1.8 +static void (*arrange)(void) = floating;
     1.9  
    1.10  void
    1.11  max(void *aux)
     2.1 --- a/dev.c	Thu Jul 13 11:43:05 2006 +0200
     2.2 +++ b/dev.c	Thu Jul 13 11:49:31 2006 +0200
     2.3 @@ -13,7 +13,7 @@
     2.4  /********** CUSTOMIZE **********/
     2.5  
     2.6  const char *term[] = { 
     2.7 -	"aterm", "-tr", "+sb", "-bg", "black", "-fg", "white", "-fn",
     2.8 +	"urxvtc", "-tr", "+sb", "-bg", "black", "-fg", "white", "-fn",
     2.9  	"-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*",NULL
    2.10  };
    2.11  const char *browse[] = { "firefox", NULL };