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