diff options
author | EuAndreh <eu@euandre.org> | 2022-10-16 12:51:29 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-16 12:52:03 -0300 |
commit | c3d09372f579a1badebeef21a78f7a583af158d2 (patch) | |
tree | f38f04f6f2a5fc2bbf6c3f9abe71226a8cb5f07b /bin | |
parent | etc/guix/home.scm: WIP implementation of poweralertd service (diff) | |
download | dotfiles-c3d09372f579a1badebeef21a78f7a583af158d2.tar.gz dotfiles-c3d09372f579a1badebeef21a78f7a583af158d2.tar.xz |
Temporarily use greenclip over clipmenu
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')" |