From 8d0bed69a87e66af07a5f1a86f188d747083e66b Mon Sep 17 00:00:00 2001 From: "Manuel Amador (Rudd-O)" Date: Thu, 18 Aug 2022 10:47:03 +0000 Subject: [PATCH] Fix clipboard -c. --- bin/qvm-pass | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/qvm-pass b/bin/qvm-pass index 1fb5c43..eeda010 100755 --- a/bin/qvm-pass +++ b/bin/qvm-pass @@ -65,6 +65,7 @@ usage_string = ( shell_functions = """ X_SELECTION="${PASSWORD_STORE_X_SELECTION:-clipboard}" CLIP_TIME="${PASSWORD_STORE_CLIP_TIME:-45}" +BASE64="base64" clip() { if [[ -n $WAYLAND_DISPLAY ]]; then