diff options
author | EuAndreh <eu@euandre.org> | 2022-11-11 08:26:59 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-11-11 08:26:59 -0300 |
commit | 57e882273cbf6105fea19876e19d9bc4cfed0f14 (patch) | |
tree | 0101570bcf7004447ffbb62ce209dc6dc0c595b6 /bin | |
parent | opt/aux/gen-e-list.sh: Fix path to dinheiros.ledger (diff) | |
download | dotfiles-57e882273cbf6105fea19876e19d9bc4cfed0f14.tar.gz dotfiles-57e882273cbf6105fea19876e19d9bc4cfed0f14.tar.xz |
bin/menu: Notify after copying past clipboard value to clipboard
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/menu | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -125,6 +125,7 @@ case "$ACTION" in # For a potential improved version, see: # https://github.com/cdown/clipmenu/pull/162 clipmenu -i -l 20 -fn Monospace-18 -p "$1:" + notify-send -t 5000 -u low -- 'copied to clipboard' ;; yubikey) CHOICE="$(ykman oath accounts list | show 'OTP')" |