diff options
| author | Jon Lund Steffensen <jonlst@gmail.com> | 2018-07-05 21:11:47 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-05 21:11:47 -0700 |
| commit | 910c4c6aabe9783f3b611c3cdc18081a4b55fe71 (patch) | |
| tree | ce4e6be351bc0d18c4aa3eacbcb71c803ec3a155 /README | |
| parent | Merge branch 'release-1.12' (diff) | |
| parent | README, man, apparmor: Update configuration file path (diff) | |
| download | redshift-ng-910c4c6aabe9783f3b611c3cdc18081a4b55fe71.tar.gz redshift-ng-910c4c6aabe9783f3b611c3cdc18081a4b55fe71.tar.bz2 redshift-ng-910c4c6aabe9783f3b611c3cdc18081a4b55fe71.tar.xz | |
Merge pull request #610 from kakurasan/xdg-spec-data
README, man, apparmor: Update configuration file path
Diffstat (limited to '')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ automatic location provider. An example configuration can be found in The configuration file should be saved in the following location depending on the platform: -- Linux/macOS: `~/.config/redshift.conf`. +- Linux/macOS: `~/.config/redshift/redshift.conf` (if the environment variable `XDG_CONFIG_HOME` is undefined) or `${XDG_CONFIG_HOME}/redshift/redshift.conf` (if `XDG_CONFIG_HOME` is defined). - Windows: Put `redshift.conf` in `%USERPROFILE%\AppData\Local\` (aka `%localappdata%`). |
