1
0
Fork 0
guix-channel/password-store-wl-clipboard-sensitive.patch

13 lines
414 B
Diff

diff --git a/src/password-store.sh b/src/password-store.sh
index a0dcf2e..05afcee 100755
--- a/src/password-store.sh
+++ b/src/password-store.sh
@@ -156,7 +156,7 @@ check_sneaky_paths() {
clip() {
if [[ -n $WAYLAND_DISPLAY ]]; 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 )