aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMoritz Meißelbach <arbelzapf@gmail.com>2019-12-17 22:07:29 +0100
committerMoritz Meißelbach <arbelzapf@gmail.com>2019-12-17 22:07:29 +0100
commit53197d2715bdfb43ebe6b284b7b062601a0098e2 (patch)
tree924a3fd7d7ba929c40d6789928abca647bdc6482 /README.md
parentd475d7403383470a260f465dc5d55582fc905b05 (diff)
parent1d5bce7e42ca853301719137b8d497d3051bf96a (diff)
downloadsway-launcher-desktop-53197d2715bdfb43ebe6b284b7b062601a0098e2.tar.gz
sway-launcher-desktop-53197d2715bdfb43ebe6b284b7b062601a0098e2.zip
Merge branch 'switchable-providers' of https://github.com/s-hamann/sway-launcher-desktop into s-hamann-switchable-providers
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5e0de3e..6442d41 100644
--- a/README.md
+++ b/README.md
@@ -54,4 +54,7 @@ The `list_cmd` generated the list of entries. For each entry, it has to print th
The `preview_cmd` renders the contents of the `fzf` preview panel. You can use the template variable `{1}` in your command, which will be substituted with the value of the selected item.
-The `launch_cmd` is fired when the user has selected one of the provider's entries. \ No newline at end of file
+The `launch_cmd` is fired when the user has selected one of the provider's entries.
+
+Note: Pass the environment variable `PROVIDERS_FILE` to read custom providers from another file than the default `providers.conf`.
+The path in `PROVIDERS_FILE` can either be absolute or relative to `${HOME}/.config/sway-launcher-desktop/`.