From c035849e95f48d12a828a2665c5156dd4f408496 Mon Sep 17 00:00:00 2001 From: Ayush Agarwal Date: Tue, 21 Sep 2021 03:11:24 +0530 Subject: add instructions for using env variables --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e50dd59..efae1cc 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,15 @@ or, you know, `doas make install`. ## Usage +`tessen` will automatically use the following environment variables if they're set or assume +reasonable defaults. + +- `PASSWORD_STORE_DIR` (the default location of your password store) +- `PASSWORD_STORE_CLIP_TIME` (the amount of time for which password-store data stays on the + clipboard) +- `TESSEN_BACKEND` (choose either `bemenu` or `rofi` as the backend for `tessen`) +- `TESSEN_ACTION` (choose to either `autotype`, `copy`, or do `both` at the same time) + ``` tessen - autotype and copy data from password-store on wayland -- cgit v1.2.3