Files
dotfiles/home/default/scripts/record-screen
2021-11-29 13:02:12 -05:00

7 lines
105 B
Bash
Executable File

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