mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-10-31 04:31:57 +00:00 
			
		
		
		
	[doc] install: Add $XDG_CONFIG_HOME/looking-glass/client.ini
* Add $XDG_CONFIG_HOME/looking-glass/client.ini to the list of config files * Add a paragraph explaining config load and merge order
This commit is contained in:
		| @@ -273,10 +273,18 @@ Configuration Files | ||||
| ~~~~~~~~~~~~~~~~~~~ | ||||
|  | ||||
| By default, the application will look for and load the config files in | ||||
| the following locations: | ||||
| the following locations and order: | ||||
|  | ||||
| -  /etc/looking-glass-client.ini | ||||
| -  ~/.looking-glass-client.ini | ||||
| -  $XDG_CONFIG_HOME/looking-glass/client.ini (usually ~/.config/looking-glass/client.ini) | ||||
|  | ||||
| Config options are merged from all files. Same options appearing in more | ||||
| than one file will overridden by the latest loaded one (E.g. an option | ||||
| appearing in ~/.config/looking-glass/client.ini will override the same | ||||
| option appearing in ~/.looking-glass-client.ini). When first launched, | ||||
| the Looking-Glass client will create the folder $XDG_CONFIG_HOME/looking-glass/ | ||||
| if it does not yet exist. | ||||
|  | ||||
| The format of this file is the commonly known INI format, for example:: | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Netboy3
					Netboy3