]> git.armaanb.net Git - lightcards.git/blob - man/lightcards-config.5
Remove CursesError exception
[lightcards.git] / man / lightcards-config.5
1 .\" Automatically generated by Pandoc 2.11.3
2 .\"
3 .TH "lightcards-config" "5" "February 2021" "lightcards 0.7.0" "File Formats Manual"
4 .hy
5 .SH NAME
6 .PP
7 lightcards-config - configuration file formats for
8 \f[B]lightcards(1)\f[R]
9 .SH CONFIGURATION
10 .PP
11 Configuration is done through the config.py file.
12 This is an executed Python script and must have valid Python syntax.
13 Whilst this does have some drawbacks of being stricter on syntax, it
14 also allows you to do things such as appending values to lists instead
15 of overwriting them, and using logic within the configuration through
16 actual Python code.
17 .PP
18 Copy the global config file from /etc/lightcards/config.py to
19 \[ti]/.config/lightcards/config.py or
20 $XDG_CONFIG_HOME/lightcards/config.py and make modifications! All
21 possible options are listed in the global config file.
22 .SH SEE ALSO
23 .PP
24 \f[B]lightcards(1)\f[R]