add screen recorder script

This commit is contained in:
2021-11-29 13:00:19 -05:00
parent f89b2838ba
commit e1f62561c5
3 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#!/bin/sh
# Take a screenshot
dir=~/Downloads/temp
(cd $dir && wf-recorder -g "$(slurp)")
xdg-open $dir