aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkoekeishiya <aasvi93@hotmail.com>2019-03-03 22:24:14 +0100
committerkoekeishiya <aasvi93@hotmail.com>2019-03-03 22:24:14 +0100
commitac494e3f72e397aaf3245b0401bd1b963bd4ebd3 (patch)
tree4284cc6367dc72da738b76a7d65c19c3636e9a79 /README.md
parent56b94a6eed9fe4642382f533666dc19901fad3fc (diff)
downloadskhd-ac494e3f72e397aaf3245b0401bd1b963bd4ebd3.tar.gz
skhd-ac494e3f72e397aaf3245b0401bd1b963bd4ebd3.zip
#58 load/include additional config files
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3ab4481..24b9226 100644
--- a/README.md
+++ b/README.md
@@ -140,7 +140,15 @@ command = command is executed through '$SHELL -c' and
General options that configure the behaviour of **skhd**:
```
-# prevents skhd from monitoring events for listed processes
+# specify a file that should be included as an additional config-file.
+# treated as an absolutepath if the filename begins with '/' otherwise
+# the file is relative to the path of the config-file it was loaded from.
+
+.load "/Users/Koe/.config/partial_skhdrc"
+.load "partial_skhdrc"
+
+# prevents skhd from monitoring events for listed processes.
+
.blacklist [
"terminal"
"qutebrowser"