mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	sway.5: fix missing background scaling mode in a block example
This commit is contained in:
		
							parent
							
								
									82d02ce782
								
							
						
					
					
						commit
						214e3030e1
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -25,7 +25,7 @@ block. For example:
 | 
			
		|||
 | 
			
		||||
```
 | 
			
		||||
output eDP-1 {
 | 
			
		||||
	background ~/wallpaper.png
 | 
			
		||||
	background ~/wallpaper.png fill
 | 
			
		||||
	resolution 1920x1080
 | 
			
		||||
}
 | 
			
		||||
```
 | 
			
		||||
| 
						 | 
				
			
			@ -33,7 +33,7 @@ output eDP-1 {
 | 
			
		|||
is identical to
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
output eDP-1 background ~/wallpaper.png
 | 
			
		||||
output eDP-1 background ~/wallpaper.png fill
 | 
			
		||||
output eDP-1 resolution 1920x1080
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue