aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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"