yubikey-touch-detector can now properly use Notify widget without helpers.
This commit is contained in:
parent
f340ed7c15
commit
00a2734c84
8 changed files with 5 additions and 20 deletions
|
@ -7,5 +7,5 @@ if [ -n "$1" ]; then
|
|||
xdotool type "$chosen"
|
||||
else
|
||||
printf "$chosen" | xclip -rmlastnl
|
||||
notify-send "'$chosen' copied to clipboard" &
|
||||
notify-send -t 2000 "'$chosen' copied to clipboard" &
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue