You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ automatic location provider. An example configuration can be found in
39
39
The configuration file should be saved in the following location depending on
40
40
the platform:
41
41
42
-
- Linux/macOS: `~/.config/redshift.conf`.
42
+
- 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).
43
43
- Windows: Put `redshift.conf` in `%USERPROFILE%\AppData\Local\`
0 commit comments