Skip to content

Commit

Permalink
pbs: Switch to hacksaw from slop
Browse files Browse the repository at this point in the history
  • Loading branch information
polyzen committed May 1, 2020
1 parent c8b6eaf commit c7e574c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workstation/.local/bin/pbs
Expand Up @@ -2,7 +2,7 @@
# Select an area on the screen to screenshot and pass to `pbx`.

FILE=/tmp/$(date -Is).png
SEL=$(slop -f "-i %i -g %g")
SEL=$(hacksaw -f "-i %i -g %g")

shotgun $SEL $FILE
fb $FILE

0 comments on commit c7e574c

Please sign in to comment.