after switching to OpenBSD again, I switched back to a saner color scheme
This commit is contained in:
		
							parent
							
								
									2272df9d31
								
							
						
					
					
						commit
						1b9fe55025
					
				
							
								
								
									
										8
									
								
								client.c
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								client.c
									
									
									
									
									
								
							| @ -73,12 +73,14 @@ focus(Client *c) | ||||
| { | ||||
| 	Client *old = sel; | ||||
| 
 | ||||
| 	if (!issel) | ||||
| 	if(!issel) | ||||
| 		return; | ||||
| 	if(sel && sel->ismax && sel != c) | ||||
| 	if(!sel) | ||||
| 		sel = c; | ||||
| 	else if(sel != c) { | ||||
| 		if(sel->ismax) | ||||
| 			togglemax(NULL); | ||||
| 		sel = c; | ||||
| 	if(old && old != c) { | ||||
| 		grabbutton(old, AnyButton, 0); | ||||
| 		drawtitle(old); | ||||
| 	} | ||||
|  | ||||
| @ -9,9 +9,9 @@ const char *tags[] = { "work", "net", "fnord", NULL }; | ||||
| #define DEFMODE			dotile /* dofloat */ | ||||
| #define DEFTAG			0 /* index */ | ||||
| #define FONT			"-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" | ||||
| #define BGCOLOR			"#0d121d" | ||||
| #define BGCOLOR			"#666699" | ||||
| #define FGCOLOR			"#eeeeee" | ||||
| #define BORDERCOLOR		"#3f484d" | ||||
| #define BORDERCOLOR		"#9999CC" | ||||
| #define MODKEY			Mod1Mask | ||||
| #define MASTERW			60 /* percent */ | ||||
| 
 | ||||
| @ -19,7 +19,7 @@ const char *tags[] = { "work", "net", "fnord", NULL }; | ||||
| static Key key[] = { \ | ||||
| 	/* modifier			key		function	arguments */ \ | ||||
| 	{ MODKEY|ShiftMask,		XK_Return,	spawn, \ | ||||
| 		{ .cmd = "exec urxvt +sb -tr -bg black -fg '#eeeeee' -fn '"FONT"'" } }, \ | ||||
| 		{ .cmd = "exec uxterm -bg '#dddddd' -fg '#000000' -cr '#000000' +sb -fn '"FONT"'" } }, \ | ||||
| 	{ MODKEY,			XK_p,		spawn, \ | ||||
| 		{ .cmd = "exec `ls -lL /usr/bin /usr/local/bin 2>/dev/null | " \ | ||||
| 			"awk 'NF>2 && $1 ~ /^[^d].*x/ {print $NF}' | sort -u | dmenu`" } }, \ | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 arg@localhost.10kloc.org
						arg@localhost.10kloc.org