diff options
author | EuAndreh <eu@euandre.org> | 2022-10-30 18:37:16 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-30 18:37:16 -0300 |
commit | 69697ca024f3bd13e1b3425b22a4db88ac6e2bfe (patch) | |
tree | 425b4c8def1b9aa9bd3725c098d55cbf3bef374c /bin/menu | |
parent | etc/guix/home.scm: Remove "poweralertd" package from profile (diff) | |
download | dotfiles-69697ca024f3bd13e1b3425b22a4db88ac6e2bfe.tar.gz dotfiles-69697ca024f3bd13e1b3425b22a4db88ac6e2bfe.tar.xz |
Replace greenclip with clipmenu
Diffstat (limited to 'bin/menu')
-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')" |