1
0
Fork 0

fix visual artifact with screenshot script

This commit is contained in:
yuki 2025-08-16 06:17:57 -04:00
parent 28378adf62
commit dbc165d041

View file

@ -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