From ac494e3f72e397aaf3245b0401bd1b963bd4ebd3 Mon Sep 17 00:00:00 2001 From: koekeishiya Date: Sun, 3 Mar 2019 22:24:14 +0100 Subject: #58 load/include additional config files --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README.md') 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" -- cgit v1.2.3