diff options
| author | Masanori Kakura <kakurasan@gmail.com> | 2018-05-07 22:49:17 +0900 |
|---|---|---|
| committer | Masanori Kakura <kakurasan@gmail.com> | 2018-05-07 22:49:17 +0900 |
| commit | 001d4aeffadec94368cde5738b957740d2e36980 (patch) | |
| tree | 6504e9ce30ab6ab056e5ccec4582404090f81325 /README | |
| parent | Merge pull request #608 from kakurasan/xdg-spec (diff) | |
| download | redshift-ng-001d4aeffadec94368cde5738b957740d2e36980.tar.gz redshift-ng-001d4aeffadec94368cde5738b957740d2e36980.tar.bz2 redshift-ng-001d4aeffadec94368cde5738b957740d2e36980.tar.xz | |
README, man, apparmor: Update configuration file path
Because of commit 9ff0501.
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%`). |
