diff options
| author | Sebastian Hamann <invalid> | 2019-12-17 09:23:06 +0100 |
|---|---|---|
| committer | Sebastian Hamann <invalid> | 2019-12-17 09:23:06 +0100 |
| commit | 1d5bce7e42ca853301719137b8d497d3051bf96a (patch) | |
| tree | f339b7aec447fd7790bc9ddff5271d4b6dc11228 /README.md | |
| parent | e45f50830062ec5dcfd1325c511051b039eea634 (diff) | |
| download | sway-launcher-desktop-1d5bce7e42ca853301719137b8d497d3051bf96a.tar.gz sway-launcher-desktop-1d5bce7e42ca853301719137b8d497d3051bf96a.zip | |
Support switching between different provider configs
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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/`. |
