add screen recorder script
This commit is contained in:
6
home/default/scripts/record-screen
Executable file
6
home/default/scripts/record-screen
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Take a screenshot
|
||||
dir=~/Downloads/temp
|
||||
(cd $dir && wf-recorder -g "$(slurp)")
|
||||
xdg-open $dir
|
Reference in New Issue
Block a user