Skip to content

Commit

Permalink
swap flameshot for scrot
Browse files Browse the repository at this point in the history
flameshot requires a working GPU
which i don't have currently
  • Loading branch information
avindra committed May 18, 2023
1 parent 21ead92 commit 69b6230
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion bin/screenshot
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,10 @@
# Make a screenshot
#

exec flameshot gui
cd /tmp

file=$(mktemp scrot-XXXX.png)

scrot - > $file

gimp $file

0 comments on commit 69b6230

Please sign in to comment.