Fixed copying to clipboard for selection screenshots.

This commit is contained in:
sheldonmlee 2021-09-27 22:09:42 +08:00
parent d018daa26e
commit 61f1c093e4

View File

@ -68,7 +68,7 @@ prompt_gif() {
s_scrot() {
name=$(date +${date_format}_sel.png)
path="${scrot_dir}/${name}"
scrot -s $path &
scrot -s $path &&
xclip -sel clip $path -t image/png
}