diff --git a/src/password-store.sh b/src/password-store.sh index 02d3fb0..0ee1579 100755 --- a/src/password-store.sh +++ b/src/password-store.sh @@ -115,7 +115,7 @@ check_sneaky_paths() { clip() { if [[ -n $WAYLAND_DISPLAY ]] && command -v wl-copy &> /dev/null; then - local copy_cmd=( wl-copy ) + local copy_cmd=( wl-copy --sensitive ) local paste_cmd=( wl-paste -n ) if [[ $X_SELECTION == primary ]]; then copy_cmd+=( --primary )