This commit is contained in:
2022-04-23 12:41:01 -04:00
parent 17d9ae0ffb
commit 2e84fb81e6
3 changed files with 21 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#!/bin/bash
scrot -s -f -F $SCREENSHOT_HOME/$(date +%F-%H%M%S).png -e 'xclip -sel clipboard -t image/png -i $f'
scrot -b -s -f -F "$SCREENSHOT_HOME/$(date +%F-%H%M%S).png" -e 'xclip -sel clipboard -t image/png -i $f'