mirror of
				https://codeberg.org/dwl/dwl-patches.git
				synced 2025-10-30 19:44:21 +00:00 
			
		
		
		
	 b629632b7c
			
		
	
	
		b629632b7c
		
			
		
	
	
	
	
		
			
			13925eb1da8af2c1d23ee9d01efd03c3626081b2 Closes: https://codeberg.org/dwl/dwl-patches/issues/86
		
			
				
	
	
	
		
			650 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			650 B
		
	
	
	
	
	
	
	
Description
Allow dwl to execute commands from autostart array in your config.h file. And when you exit dwl all processes from autostart array will be killed.
Note: Commands from array are executed using execvp(). So if you need to execute shell command you need to prefix it with "sh", "-c" (change sh to any shell you like).