From 7e251ed00730a8b63fdce57cc0e27ffa88eb8a66 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Fri, 20 Sep 2024 09:13:35 +0200 Subject: [PATCH] Add config idea comment --- src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 8b4c6ea..eacc390 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -83,7 +83,8 @@ int main(int argc, char* argv[]) { // TODO Introduce config file with settting for this path and install it // when doing "make install". Only use the hard-coded default when no - // config can be found. + // config can be found. This means we need a system-wide config in /etc, + // which can be overridden by a config file in the user's $HOME. std::string plugin_dir {"/usr/local/share/screensaver/plugins"}; sc::plugin::scan_plugins(plugin_dir, "saver");