changed back to urxvt, dwm has no problems with it, because it doesn't use frame windows ;)
This commit is contained in:
		
							
								
								
									
										2
									
								
								client.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								client.c
									
									
									
									
									
								
							@@ -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)
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								dev.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								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 };
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user