mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Clearer order of locations searched for config file.
The i3wm config locations are visited _before_ using the fallback configs. The man page was confusing - it talked about the fallback configs first, but also said they are looked at "at last". By changing the order of the sentences, this should be clearer.
This commit is contained in:
		
							parent
							
								
									2e0ef533f2
								
							
						
					
					
						commit
						648db4016f
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -68,10 +68,10 @@ Configuration
 | 
				
			||||||
If _-c_ is not specified, sway will look in several locations for your config
 | 
					If _-c_ is not specified, sway will look in several locations for your config
 | 
				
			||||||
file. The suggested location for your config file is ~/.config/sway/config.
 | 
					file. The suggested location for your config file is ~/.config/sway/config.
 | 
				
			||||||
~/.sway/config will also work, and the rest of the usual XDG config locations
 | 
					~/.sway/config will also work, and the rest of the usual XDG config locations
 | 
				
			||||||
are supported. At last, sway looks for a config file in a fallback directory,
 | 
					are supported.  If no sway config is found, sway will attempt to load an i3
 | 
				
			||||||
which is /etc/sway/ by default. A standard configuration file is installed at
 | 
					config from all the config locations i3 supports.  At last, sway looks for a
 | 
				
			||||||
this location. If no sway config is found, sway will attempt to load an i3
 | 
					config file in a fallback directory, which is /etc/sway/ by default. A standard
 | 
				
			||||||
config from all the config locations i3 supports. If still nothing is found,
 | 
					configuration file is installed at this location.  If still nothing is found,
 | 
				
			||||||
you will receive an error.
 | 
					you will receive an error.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
For information on the config file format, see **sway**(5).
 | 
					For information on the config file format, see **sway**(5).
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue