diff options
author | EuAndreh <eu@euandre.org> | 2022-08-25 22:41:14 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-08-25 22:41:14 -0300 |
commit | 0c6c742db37a57cfc624d1da659a1c60d27283c8 (patch) | |
tree | 04ff41c840a6283ff8f6353e87490a20f1606d0d /bin | |
parent | etc/tmux/tmux.conf: Use $XDG_RUNTIME_DIR over /tmp for urlscan-buffer file (diff) | |
download | dotfiles-0c6c742db37a57cfc624d1da659a1c60d27283c8.tar.gz dotfiles-0c6c742db37a57cfc624d1da659a1c60d27283c8.tar.xz |
bin/menu: Demote "menu yubikey" notification from critical to normal
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/menu | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ case "$ACTION" in ykman oath accounts code "$CHOICE" | awk '{ print $(NF) }' | copy -n - notify-send -t 5000 -u critical -- \ + notify-send -t 5000 -u normal -- \ "$CHOICE" 'code copied to clipboard' fi ;; |