aboutsummaryrefslogtreecommitdiffstats
path: root/config.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.example')
-rw-r--r--config.example5
1 files changed, 5 insertions, 0 deletions
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