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