From a8061c8bbea68115800db47461b7b823b2bfddaa Mon Sep 17 00:00:00 2001 From: Peter Mattern Date: Thu, 16 Apr 2015 19:48:11 +0200 Subject: [PATCH] man (1) compton: fix $XDG_CONFIG_DIRS --- man/compton.1.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/compton.1.asciidoc b/man/compton.1.asciidoc index 7d3a130..1af5fce 100644 --- a/man/compton.1.asciidoc +++ b/man/compton.1.asciidoc @@ -368,7 +368,7 @@ This is the old condition format we once used. Support of this format might be r CONFIGURATION FILES ------------------- -compton could read from a configuration file if libconfig support is compiled in. If *--config* is not used, compton will seek for a configuration file in `$XDG_CONFIG_HOME/compton.conf` (`~/.config/compton.conf`, usually), then `~/.compton.conf`, then `compton.conf` under `$XDG_DATA_DIRS` (often `/etc/xdg/compton.conf`). +compton could read from a configuration file if libconfig support is compiled in. If *--config* is not used, compton will seek for a configuration file in `$XDG_CONFIG_HOME/compton.conf` (`~/.config/compton.conf`, usually), then `~/.compton.conf`, then `compton.conf` under `$XDG_CONFIG_DIRS` (often `/etc/xdg/compton.conf`). compton uses general libconfig configuration file format. A sample configuration file is available as `compton.sample.conf` in the source tree. Most commandline switches each could be replaced with an option in configuration file, thus documented above. Window-type-specific settings are exposed only in configuration file and has the following format: