mirror of
				https://codeberg.org/dwl/dwl.git
				synced 2025-10-30 19:44:17 +00:00 
			
		
		
		
	activate lock surface in updatemons
Fixes an issue when swaylock does not receive input after turn off and then turn on the outputs
This commit is contained in:
		
							parent
							
								
									3d98907b98
								
							
						
					
					
						commit
						9b9b79b35e
					
				
							
								
								
									
										5
									
								
								dwl.c
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								dwl.c
									
									
									
									
									
								
							| @ -2572,9 +2572,12 @@ updatemons(struct wl_listener *listener, void *data) | |||||||
| 		wl_list_for_each(c, &clients, link) | 		wl_list_for_each(c, &clients, link) | ||||||
| 			if (!c->mon && client_is_mapped(c)) | 			if (!c->mon && client_is_mapped(c)) | ||||||
| 				setmon(c, selmon, c->tags); | 				setmon(c, selmon, c->tags); | ||||||
| 		if (selmon->lock_surface) | 		focusclient(focustop(selmon), 1); | ||||||
|  | 		if (selmon->lock_surface) { | ||||||
| 			client_notify_enter(selmon->lock_surface->surface, | 			client_notify_enter(selmon->lock_surface->surface, | ||||||
| 					wlr_seat_get_keyboard(seat)); | 					wlr_seat_get_keyboard(seat)); | ||||||
|  | 			client_activate_surface(selmon->lock_surface->surface, 1); | ||||||
|  | 		} | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
| 	wlr_output_manager_v1_set_configuration(output_mgr, config); | 	wlr_output_manager_v1_set_configuration(output_mgr, config); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Leonardo Hernández Hernández
						Leonardo Hernández Hernández