mirror of
				https://codeberg.org/dwl/dwl.git
				synced 2025-10-31 20:14:20 +00:00 
			
		
		
		
	send a configure to unmanaged clients when mapping
This commit is contained in:
		
							parent
							
								
									89848d98b5
								
							
						
					
					
						commit
						5e010bbfde
					
				
							
								
								
									
										1
									
								
								dwl.c
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								dwl.c
									
									
									
									
									
								
							| @ -1701,6 +1701,7 @@ mapnotify(struct wl_listener *listener, void *data) | |||||||
| 		/* Unmanaged clients always are floating */ | 		/* Unmanaged clients always are floating */ | ||||||
| 		wlr_scene_node_reparent(&c->scene->node, layers[LyrFloat]); | 		wlr_scene_node_reparent(&c->scene->node, layers[LyrFloat]); | ||||||
| 		wlr_scene_node_set_position(&c->scene->node, c->geom.x, c->geom.y); | 		wlr_scene_node_set_position(&c->scene->node, c->geom.x, c->geom.y); | ||||||
|  | 		client_set_size(c, c->geom.width, c->geom.height); | ||||||
| 		if (client_wants_focus(c)) { | 		if (client_wants_focus(c)) { | ||||||
| 			focusclient(c, 1); | 			focusclient(c, 1); | ||||||
| 			exclusive_focus = c; | 			exclusive_focus = c; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Leonardo Hernández Hernández
						Leonardo Hernández Hernández