diff options
| author | marcellus <msimon_fr@hotmail.com> | 2023-06-29 10:53:57 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2023-06-29 10:53:57 +0200 |
| commit | d36d490dd9c8b0202b7342c55c45abea73938ada (patch) | |
| tree | bb8f3e42a4a2f3338d3e1137e1aab92c6d02ff4e /scripts/dmenusearch | |
| parent | f8e2c21e3006cee4aef9456cedab10b3f8f83ad6 (diff) | |
patch: lotsa things changed, read the diff
Diffstat (limited to 'scripts/dmenusearch')
| -rwxr-xr-x | scripts/dmenusearch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/dmenusearch b/scripts/dmenusearch index b1ed9d6..742b459 100755 --- a/scripts/dmenusearch +++ b/scripts/dmenusearch @@ -70,7 +70,7 @@ emoji() { [ -z "$CHOSEN" ] && return 1 printf '%s' "$CHOSEN" | xclip -selection clipboard - # notify-send "'$CHOSEN' copied to clipboard." + herbe "'$CHOSEN' copied to clipboard." } main() { @@ -97,4 +97,4 @@ main() { "$BROWSER" "$query" 2> /dev/null } -main "$@"
\ No newline at end of file +main "$@" |
