From 2383aa498192091f08f57576ad1bac41cf85457f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Mei=C3=9Felbach?= Date: Fri, 19 Jun 2020 22:31:54 +0200 Subject: #22. Add some very basic logging to help investigate this bug. debug information is directed to file descriptor 3 and can be dumped using `./sway-launcher-desktop.sh 3>> ~/sway-launcher-desktop.log` --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 84d716c..8d305f0 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,8 @@ The `launch_cmd` is fired when the user has selected one of the provider's entri 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/`. + + +## Troubleshooting + +Debug information is directed to file descriptor `3` and can be dumped using `./sway-launcher-desktop.sh 3>> ~/sway-launcher-desktop.log` \ No newline at end of file -- cgit v1.2.3