From e67ac18c83f2bd8e7625e8d8229887072c731ac0 Mon Sep 17 00:00:00 2001 From: yushi Date: Tue, 21 Apr 2026 16:23:55 +0800 Subject: [PATCH] passage: add "--sensitive" flag for wl-copy --- src/password-store.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )