only open and close display if output type is dwm
This commit is contained in:
		
							parent
							
								
									4dcba6b7e8
								
							
						
					
					
						commit
						2e012d533e
					
				| @ -633,7 +633,9 @@ main(int argc, char *argv[]) | ||||
| 	sigaction(SIGINT,  &act, 0); | ||||
| 	sigaction(SIGTERM, &act, 0); | ||||
| 
 | ||||
| 	if (!oflag) { | ||||
| 		dpy = XOpenDisplay(NULL); | ||||
| 	} | ||||
| 
 | ||||
| 	while (!done) { | ||||
| 		status_string[0] = '\0'; | ||||
| @ -671,9 +673,8 @@ main(int argc, char *argv[]) | ||||
| 
 | ||||
| 	if (!oflag) { | ||||
| 		set_status(NULL); | ||||
| 	} | ||||
| 
 | ||||
| 		XCloseDisplay(dpy); | ||||
| 	} | ||||
| 
 | ||||
| 	return 0; | ||||
| } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user