Skip to content

Commit

Permalink
[bin] pic-notify: fix xclipboard copy
Browse files Browse the repository at this point in the history
  • Loading branch information
neg-serg committed Jan 6, 2025
1 parent 1d9d205 commit bc5af3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pic-notify
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ send_notify() {
main() {
shots_pikz="$HOME/tmp/shots"
[ ! -d "$shots_pikz" ] && mkdir -p "$shots_pikz"
echo "$img"|sed -e "s/.bmp$/.png/" | xclip
echo "$img"|sed -e "s/.bmp$/.png/" | xsel
send_notify
}

0 comments on commit bc5af3e

Please sign in to comment.