added SHCMD support for pipe-based commands due the new spawn() versio
This commit is contained in:
		
							parent
							
								
									5d422bb1ce
								
							
						
					
					
						commit
						e5a965a274
					
				
							
								
								
									
										1
									
								
								dwm.c
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								dwm.c
									
									
									
									
									
								
							| @ -51,6 +51,7 @@ | |||||||
| #define LENGTH(x)       (sizeof x / sizeof x[0]) | #define LENGTH(x)       (sizeof x / sizeof x[0]) | ||||||
| #define MAXTAGLEN       16 | #define MAXTAGLEN       16 | ||||||
| #define MOUSEMASK       (BUTTONMASK|PointerMotionMask) | #define MOUSEMASK       (BUTTONMASK|PointerMotionMask) | ||||||
|  | #define SHCMD(cmd)      { .v = (char*[]){ "/bin/sh", "-c", cmd, NULL } } | ||||||
| #define TAGMASK         ((int)((1LL << LENGTH(tags)) - 1)) | #define TAGMASK         ((int)((1LL << LENGTH(tags)) - 1)) | ||||||
| #define TEXTW(x)        (textnw(x, strlen(x)) + dc.font.height) | #define TEXTW(x)        (textnw(x, strlen(x)) + dc.font.height) | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Anselm R Garbe
						Anselm R Garbe