diff options
author | Ayush Agarwal <ayush@fastmail.in> | 2021-09-21 03:11:24 +0530 |
---|---|---|
committer | Ayush Agarwal <ayush@fastmail.in> | 2021-09-21 03:11:24 +0530 |
commit | c035849e95f48d12a828a2665c5156dd4f408496 (patch) | |
tree | 7940e09745bf45e10c5b66f561f6ec02a065a554 /README.md | |
parent | 479748baa6628009676d6b617cf261ca5ea94086 (diff) |
add instructions for using env variables
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |