aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index f1647e5..3748377 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,13 @@ Requires xcode-8 command-line tools.
### Configuration
-**skhd** will load the configuration file `$HOME/.skhdrc`, unless otherwise specified.
+The default configuration file is located at one of the following places (in order):
+
+ - `$XDG_CONFIG_HOME/skhd/skhdrc`
+ - `$HOME/.config/skhd/skhdrc`
+ - `$HOME/.skhdrc`
+
+A different location can be specified with the *--config | -c* argument.
A sample config is available [here](https://github.com/koekeishiya/skhd/blob/master/examples/skhdrc)