From 6a3b13d93b220278f0adcd34e82d19a97951edc4 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Mon, 27 Sep 2021 11:58:30 +0200 Subject: [PATCH] fix table --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04932ae..a11e7da 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ If issues with running the program persist, first check the "Requirements" secti There are some environment variables which can be set to change threadwatchers behaviour: | variable name | explanation | default | +|------------------------|----------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------| | `TW_THREADWATCHER_DIR` | sets location of file with list of threads | `${XDG_DATA_HOME:-$HOME/.local/share}/threadwatcher` | | `TW_AUTOPRUNE` | delete threads out of list if nothing can be found on scan. (Can result in wrong behaviour with unreliable internet connections) | `true` | | `TW_AUTODEDUPE` | remove duplicates automatically after each scan. (Using sha521 sums) | `false` |