diff options
author | Philip Gawehn <3gawehn@informatik.uni-hamburg.de> | 2018-03-09 23:37:17 +0100 |
---|---|---|
committer | Philip Gawehn <3gawehn@informatik.uni-hamburg.de> | 2018-03-09 23:37:17 +0100 |
commit | 04162d6ae9b72d05df0efb72bb35a7b152fa605b (patch) | |
tree | d3955f482640e61cb6de5d51318ed794780ee20a /README.md | |
parent | 29307e3048acca8f725bc1c0ce799ef2c78dddf9 (diff) | |
download | rofi-pass-04162d6ae9b72d05df0efb72bb35a7b152fa605b.tar.gz |
add ROFI_PASS_CONFIG environment variable
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -78,8 +78,13 @@ in a convenient way using [rofi](https://github.com/DaveDavenport/rofi). ## Configuration rofi-pass may read its configuration values from `/etc/rofi-pass.conf` and/or `$HOME/.config/rofi-pass/config`. +You can also set a configuration by using the environment variable ROFI_PASS_CONFIG (see example below). For an example configuration please take a look at the included `config.example` file. +``` +ROFI_PASS_CONFIG="$HOME/path/to/config" rofi-pass +``` + ## Extras ### addpass |