]> git.armaanb.net Git - lightcards.git/commitdiff
Update lightcards-config manpage
authorArmaan Bhojwani <me@armaanb.net>
Sat, 13 Feb 2021 20:29:48 +0000 (15:29 -0500)
committerArmaan Bhojwani <me@armaanb.net>
Sat, 13 Feb 2021 20:29:48 +0000 (15:29 -0500)
man/lightcards-config.5
man/lightcards-config.5.md

index e41cd51568e050e2991ce45238ccfe742f1293c8..a7b4035948b1e8aa67adcb04ef27bf6ed60098de 100644 (file)
@@ -10,6 +10,10 @@ lightcards-config - configuration file formats for
 .PP
 Configuration is done through the config.py file.
 This is an executed Python script and must have valid Python syntax.
 .PP
 Configuration is done through the config.py file.
 This is an executed Python script and must have valid Python syntax.
+Whilst this does have some drawbacks of being stricter on syntax, it
+also allows you to do things such as appending values to lists instead
+of overwriting them, and using logic within the configuration through
+actual Python code.
 .PP
 Copy the global config file from /etc/lightcards/config.py to
 \[ti]/.config/lightcards/config.py or
 .PP
 Copy the global config file from /etc/lightcards/config.py to
 \[ti]/.config/lightcards/config.py or
index 206b8f274e525e7f636a45a72f4e688d78fac709..3741e61dd59255cb47b8733fd0644be32089c6d5 100644 (file)
@@ -10,7 +10,7 @@ date: February 2021
 lightcards-config - configuration file formats for **lightcards(1)**
 
 # CONFIGURATION
 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.
+Configuration is done through the config.py file. This is an executed Python script and must have valid Python syntax. Whilst this does have some drawbacks of being stricter on syntax, it also allows you to do things such as appending values to lists instead of overwriting them, and using logic within the configuration through actual Python code.
 
 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.
 
 
 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.