]> git.armaanb.net Git - lightcards.git/blob - man/lightcards-config.5.md
Stop using setuptools data_files for config
[lightcards.git] / man / lightcards-config.5.md
1 ---
2 title: lightcards-config
3 section: 5
4 header: File Formats Manual
5 footer: VERSION_HERE
6 date: February 2021
7 ---
8
9 # NAME
10 lightcards-config - configuration file formats for **lightcards(1)**
11
12 # CONFIGURATION
13 Configuration is done through the config.py file. This is an executed Python script and must have valid Python syntax.
14
15 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.
16
17 # SEE ALSO
18   **lightcards(1)**