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