10 lines
		
	
	
		
			201 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			201 B
		
	
	
	
		
			C
		
	
	
	
	
	
void
 | 
						|
runAutostart(void) {
 | 
						|
 | 
						|
	int ret;
 | 
						|
 | 
						|
	ret = system("cd ~/.config/dwm; ./autostart_blocking.sh");
 | 
						|
	ret = system("cd ~/.config/dwm; ./autostart.sh &");
 | 
						|
 | 
						|
	if (ret); // ignore, hide compilation warnings
 | 
						|
} |