diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/menu | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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')" |