From eaaef440a481d7fb045489be21acf94343456222 Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Fri, 4 Jun 2021 19:48:03 +0100 Subject: [PATCH] man: make it clear that --daemon can't be set from the config file Closes #621 Signed-off-by: Yuxuan Shui --- man/picom.1.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/picom.1.asciidoc b/man/picom.1.asciidoc index 5158aa4..36215f1 100644 --- a/man/picom.1.asciidoc +++ b/man/picom.1.asciidoc @@ -62,7 +62,7 @@ OPTIONS Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default) *-b*, *--daemon*:: - Daemonize process. Fork to background after initialization. Causes issues with certain (badly-written) drivers. + Daemonize process. Fork to background after initialization. This option can only be set from the command line, setting this in the configuration file will have no effect. *--log-level*:: Set the log level. Possible values are "TRACE", "DEBUG", "INFO", "WARN", "ERROR", in increasing level of importance. Case doesn't matter. If using the "TRACE" log level, it's better to log into a file using *--log-file*, since it can generate a huge stream of logs.