Fix clipboard -c.

This commit is contained in:
Manuel Amador (Rudd-O) 2022-08-18 10:47:03 +00:00
parent 6b59fb1992
commit 8d0bed69a8

View File

@ -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