diff options
author | EuAndreh <eu@euandre.org> | 2022-10-21 15:13:01 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-21 15:13:01 -0300 |
commit | c34e88692310531fff09944b11168d3543ff290b (patch) | |
tree | 427fc6274e2773a346e730a639feeb9741578bb4 /bin | |
parent | opt/tests/x-tests.sh: Remove unused test files (diff) | |
download | dotfiles-c34e88692310531fff09944b11168d3543ff290b.tar.gz dotfiles-c34e88692310531fff09944b11168d3543ff290b.tar.xz |
bin/menu: Settle with passwords in clipboard daemon for now
Diffstat (limited to 'bin')
-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')" |