aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/menu4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/menu b/bin/menu
index 6f9ab9f..9f1fe09 100755
--- a/bin/menu
+++ b/bin/menu
@@ -120,7 +120,9 @@ case "$ACTION" in
bins | show 'bins' | sh
;;
clipboard)
- clipmgr -l | show 'clipboard' | copy
+ greenclip print | show 'clipboard' | copy
+ notify-send -t 5000 -u low -- \
+ "oiwjef" 'copied to clipboard'
;;
yubikey)
CHOICE="$(ykman oath accounts list | show 'OTP')"