aboutsummaryrefslogtreecommitdiff
path: root/bin/menu
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-10-30 18:37:16 -0300
committerEuAndreh <eu@euandre.org>2022-10-30 18:37:16 -0300
commit69697ca024f3bd13e1b3425b22a4db88ac6e2bfe (patch)
tree425b4c8def1b9aa9bd3725c098d55cbf3bef374c /bin/menu
parentetc/guix/home.scm: Remove "poweralertd" package from profile (diff)
downloaddotfiles-69697ca024f3bd13e1b3425b22a4db88ac6e2bfe.tar.gz
dotfiles-69697ca024f3bd13e1b3425b22a4db88ac6e2bfe.tar.xz
Replace greenclip with clipmenu
Diffstat (limited to 'bin/menu')
-rwxr-xr-xbin/menu4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/menu b/bin/menu
index c389a2f..73091bd 100755
--- a/bin/menu
+++ b/bin/menu
@@ -122,7 +122,9 @@ case "$ACTION" in
fi
;;
clipboard)
- greenclip print | show 'clipboard' | copy
+ # For a potential improved version, see:
+ # https://github.com/cdown/clipmenu/pull/162
+ clipmenu -i -l 20 -fn Monospace-18 -p "$1:"
;;
yubikey)
CHOICE="$(ykman oath accounts list | show 'OTP')"