fix screenshot

This commit is contained in:
qvalentin 2021-11-12 10:17:46 +01:00
parent 110bd5ffaf
commit 8f0360b2d8
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/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'