Fixed copying to clipboard for selection screenshots.
This commit is contained in:
parent
d018daa26e
commit
61f1c093e4
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user