mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Fix tiling criteria
This commit is contained in:
		
							parent
							
								
									4e4d0c5191
								
							
						
					
					
						commit
						a519fb6fde
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -339,6 +339,8 @@ static enum criteria_token token_from_name(char *name) {
 | 
			
		|||
		return T_URGENT;
 | 
			
		||||
	} else if (strcmp(name, "workspace") == 0) {
 | 
			
		||||
		return T_WORKSPACE;
 | 
			
		||||
	} else if (strcmp(name, "tiling") == 0) {
 | 
			
		||||
		return T_TILING;
 | 
			
		||||
	} else if (strcmp(name, "floating") == 0) {
 | 
			
		||||
		return T_FLOATING;
 | 
			
		||||
	}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue