update screen recording commands
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Take a screenshot
|
||||
# record video
|
||||
dir=~/Downloads/temp
|
||||
(cd $dir && wf-recorder -g "$(slurp)")
|
||||
(cd $dir && wf-recorder -g "$(slurp)" --audio --file=$(date +%Y-%m-%d_%H-%m-%s).mp4)
|
||||
xdg-open $dir
|
||||
|
Reference in New Issue
Block a user