fix visual artifact with screenshot script
This commit is contained in:
parent
28378adf62
commit
dbc165d041
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
scrot -e 'xclip -selection clipboard -t image/png -i $f' -o -s ~/scrsht.png
|
||||
scrot -s -l 'mode=classic' -e 'xclip -selection clipboard -t image/png -i $f' -o ~/scrsht.png
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue