mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Merge pull request #767 from thejan2009/correct-container-titles
Construct titles of nested tabbed/stacked containers from app_id inst…
This commit is contained in:
		
						commit
						435509c871
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -234,7 +234,7 @@ static char *generate_container_title(swayc_t *container) {
 | 
			
		|||
	for (i = 0; i < container->children->length; ++i) {
 | 
			
		||||
		prev_name = name;
 | 
			
		||||
		swayc_t* child = container->children->items[i];
 | 
			
		||||
		const char *title = child->name;
 | 
			
		||||
		const char *title = child->app_id;
 | 
			
		||||
		if (child->type == C_CONTAINER) {
 | 
			
		||||
			title = generate_container_title(child);
 | 
			
		||||
		}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue