mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Set DISPLAY after initializing Xwayland
This is necessary after https://github.com/swaywm/wlroots/pull/1596
This commit is contained in:
		
							parent
							
								
									3f184cf188
								
							
						
					
					
						commit
						a6711740bc
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -184,6 +184,8 @@ bool server_start(struct sway_server *server) {
 | 
				
			||||||
			&server->xwayland_ready);
 | 
								&server->xwayland_ready);
 | 
				
			||||||
		server->xwayland_ready.notify = handle_xwayland_ready;
 | 
							server->xwayland_ready.notify = handle_xwayland_ready;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
							setenv("DISPLAY", server->xwayland.wlr_xwayland->display_name, true);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		server->xwayland.xcursor_manager =
 | 
							server->xwayland.xcursor_manager =
 | 
				
			||||||
			wlr_xcursor_manager_create(cursor_theme, cursor_size);
 | 
								wlr_xcursor_manager_create(cursor_theme, cursor_size);
 | 
				
			||||||
		wlr_xcursor_manager_load(server->xwayland.xcursor_manager, 1);
 | 
							wlr_xcursor_manager_load(server->xwayland.xcursor_manager, 1);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue