From a2232751291ed2ba3b8e7d0435fa00a931d9d890 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Tue, 28 Aug 2018 17:21:49 +0200 Subject: quick workaround to add new entries with custom password generator. fixes #144 --- config.example | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.example') diff --git a/config.example b/config.example index 2aba361..7464bb5 100644 --- a/config.example +++ b/config.example @@ -7,6 +7,11 @@ _rofi () { rofi -i -no-auto-select "$@" } +# default command to generate passwords +_pwgen () { + pwgen -y "$@" +} + # image viewer to display qrcode of selected entry # qrencode is needed to generate the image and a viewer # that can read from pipes. Known viewers to work are feh and display -- cgit