]> git.armaanb.net Git - lightcards.git/blobdiff - man/lightcards-config.5.md
Stop using setuptools data_files for config
[lightcards.git] / man / lightcards-config.5.md
index 5aa6b28ece56bd26b6fadef8072e5693d976e983..206b8f274e525e7f636a45a72f4e688d78fac709 100644 (file)
@@ -10,7 +10,9 @@ date: February 2021
 lightcards-config - configuration file formats for **lightcards(1)**
 
 # CONFIGURATION
-Configuration is done through the config.py file. This is an executed Python script and must have valid Python syntax. An example config file is provided at /usr/share/doc/lightcards/config.py, or ~/.local/share/doc/lightcards/config.py if installed locally. Copy this to ~/.config/lightcards/config.py or $XDG_CONFIG_HOME/lightcards/config.py and make modifications! All possible options are listed in the sample config file.
+Configuration is done through the config.py file. This is an executed Python script and must have valid Python syntax.
+
+Copy the global config file from /etc/lightcards/config.py to ~/.config/lightcards/config.py or $XDG_CONFIG_HOME/lightcards/config.py and make modifications! All possible options are listed in the global config file.
 
 # SEE ALSO
   **lightcards(1)**