mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Add all documented scaling modes to config parser
Note that not all scaling modes are actually supported by swaybg yet.
This commit is contained in:
		
							parent
							
								
									5728307520
								
							
						
					
					
						commit
						35fd139105
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -81,7 +81,9 @@ static struct modifier_key {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static char *bg_options[] = {
 | 
					static char *bg_options[] = {
 | 
				
			||||||
	"stretch",
 | 
						"stretch",
 | 
				
			||||||
	"center"
 | 
						"center",
 | 
				
			||||||
 | 
						"fill",
 | 
				
			||||||
 | 
						"tile"
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
enum expected_args {
 | 
					enum expected_args {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue