aboutsummaryrefslogtreecommitdiff
path: root/bin/menu
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-10-21 15:13:01 -0300
committerEuAndreh <eu@euandre.org>2022-10-21 15:13:01 -0300
commitc34e88692310531fff09944b11168d3543ff290b (patch)
tree427fc6274e2773a346e730a639feeb9741578bb4 /bin/menu
parentopt/tests/x-tests.sh: Remove unused test files (diff)
downloaddotfiles-c34e88692310531fff09944b11168d3543ff290b.tar.gz
dotfiles-c34e88692310531fff09944b11168d3543ff290b.tar.xz
bin/menu: Settle with passwords in clipboard daemon for now
Diffstat (limited to 'bin/menu')
-rwxr-xr-xbin/menu4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/menu b/bin/menu
index 94e124f..3b031b0 100755
--- a/bin/menu
+++ b/bin/menu
@@ -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')"