fix screenshot
This commit is contained in:
parent
110bd5ffaf
commit
8f0360b2d8
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
scrot -se 'xclip -selection clipboard -t "image/png" < $f && mv $f ~/Pictures/screenshots'
|
scrot -s -e 'xclip -selection clipboard -t "image/png" < $f && mv $f ~/Pictures/screenshots'
|
||||||
|
|
Loading…
Reference in New Issue