From 57e882273cbf6105fea19876e19d9bc4cfed0f14 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 11 Nov 2022 08:26:59 -0300 Subject: bin/menu: Notify after copying past clipboard value to clipboard --- bin/menu | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/menu b/bin/menu index 73091bd..90af758 100755 --- a/bin/menu +++ b/bin/menu @@ -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')" -- cgit v1.2.3