don't double-add new monitor to mons
this was a copy/paste error
This commit is contained in:
		
							
								
								
									
										3
									
								
								dwl.c
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								dwl.c
									
									
									
									
									
								
							@@ -484,10 +484,9 @@ createmon(struct wl_listener *listener, void *data)
 | 
			
		||||
	/* Set up event listeners */
 | 
			
		||||
	m->frame.notify = rendermon;
 | 
			
		||||
	wl_signal_add(&wlr_output->events.frame, &m->frame);
 | 
			
		||||
	wl_list_insert(&mons, &m->link);
 | 
			
		||||
 | 
			
		||||
	m->destroy.notify = cleanupmon;
 | 
			
		||||
	wl_signal_add(&wlr_output->events.destroy, &m->destroy);
 | 
			
		||||
 | 
			
		||||
	wl_list_insert(&mons, &m->link);
 | 
			
		||||
 | 
			
		||||
	wlr_output_enable(wlr_output, 1);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user