mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
scripts/screenshot: fix putting capture in clipboard
This commit is contained in:
parent
6c19740e21
commit
d6289c47ba
@ -40,7 +40,7 @@ fi
|
|||||||
notif_id=$(send_notification "Screenshot uploading" "$FILENAME<br><br>The image is available in the clipboard immediately" || true)
|
notif_id=$(send_notification "Screenshot uploading" "$FILENAME<br><br>The image is available in the clipboard immediately" || true)
|
||||||
|
|
||||||
# Add image to clipboard
|
# Add image to clipboard
|
||||||
xclip -i "$out_path" -selection primary -t image/png
|
xclip -i "$out_path" -selection clipboard -t image/png
|
||||||
|
|
||||||
# 'Upload' the screenshot
|
# 'Upload' the screenshot
|
||||||
if ! error=$(scp -C $out_path $SCP_HOST:$SCP_PATH 2>&1); then
|
if ! error=$(scp -C $out_path $SCP_HOST:$SCP_PATH 2>&1); then
|
||||||
|
Loading…
Reference in New Issue
Block a user