diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/menu | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -130,6 +130,8 @@ case "$ACTION" in password) CHOICE="$(pass_list | show 'password')" if [ -n "$CHOICE" ]; then + trap 'clipctl enable' EXIT + clipctl disable if pass show -c1 "$CHOICE"; then notify-send -t 5000 -u critical -- \ "$CHOICE" 'password copied to clipboard' |