Overview
settingsctl defines each setting in a Python file. These settings are in a hierarchial directory form, as shown by the settingsctl
tree command. These settings are stored in what is called the settingsctl
lib (as in settings library). You can think of it as settingsctl's
$PATH. Location
settingsctl looks for the lib in three places, in this order:- The directory set by the environment variable
$SETTINGSCTL_LIB - A
lib/directory in the current directory - The user lib
~/.local/lib/settingsctl - The system-wide lib
/usr/lib/settingsctl/
