Merge branch 'autostart' into allpatch
This commit is contained in:
		
						commit
						30a2514789
					
				
							
								
								
									
										8
									
								
								dwm.c
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								dwm.c
									
									
									
									
									
								
							| @ -197,6 +197,7 @@ static void resizeclient(Client *c, int x, int y, int w, int h); | |||||||
| static void resizemouse(const Arg *arg); | static void resizemouse(const Arg *arg); | ||||||
| static void restack(Monitor *m); | static void restack(Monitor *m); | ||||||
| static void run(void); | static void run(void); | ||||||
|  | static void runAutostart(void); | ||||||
| static void scan(void); | static void scan(void); | ||||||
| static int sendevent(Client *c, Atom proto); | static int sendevent(Client *c, Atom proto); | ||||||
| static void sendmon(Client *c, Monitor *m); | static void sendmon(Client *c, Monitor *m); | ||||||
| @ -1408,6 +1409,12 @@ run(void) | |||||||
| 			handler[ev.type](&ev); /* call handler */ | 			handler[ev.type](&ev); /* call handler */ | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | void | ||||||
|  | runAutostart(void) { | ||||||
|  | 	system("cd ~/.dwm; ./autostart_blocking.sh"); | ||||||
|  | 	system("cd ~/.dwm; ./autostart.sh &"); | ||||||
|  | } | ||||||
|  | 
 | ||||||
| void | void | ||||||
| scan(void) | scan(void) | ||||||
| { | { | ||||||
| @ -2218,6 +2225,7 @@ main(int argc, char *argv[]) | |||||||
| 		die("pledge"); | 		die("pledge"); | ||||||
| #endif /* __OpenBSD__ */ | #endif /* __OpenBSD__ */ | ||||||
| 	scan(); | 	scan(); | ||||||
|  | 	runAutostart(); | ||||||
| 	run(); | 	run(); | ||||||
| 	cleanup(); | 	cleanup(); | ||||||
| 	XCloseDisplay(dpy); | 	XCloseDisplay(dpy); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user