diff options
-rwxr-xr-x | bin/menu | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -109,8 +109,6 @@ case "$ACTION" in password) CHOICE="$(pass_list | show 'password')" if [ -n "$CHOICE" ]; then - echo trap 'clipctl enable' EXIT # FIXME - echo clipctl disable if pass show -c1 "$CHOICE"; then notify-send -t 5000 -u critical -- \ "$CHOICE" 'password copied to clipboard' @@ -122,8 +120,6 @@ case "$ACTION" in ;; clipboard) greenclip print | show 'clipboard' | copy - notify-send -t 5000 -u low -- \ - "oiwjef" 'copied to clipboard' ;; yubikey) CHOICE="$(ykman oath accounts list | show 'OTP')" |