curve: add screen recording to screeshot script
This commit is contained in:
@@ -6,6 +6,7 @@ timer=5
|
|||||||
select=" "
|
select=" "
|
||||||
window=" "
|
window=" "
|
||||||
screen=" "
|
screen=" "
|
||||||
|
record=" "
|
||||||
delay=" "
|
delay=" "
|
||||||
cancel=" "
|
cancel=" "
|
||||||
|
|
||||||
@@ -50,4 +51,6 @@ case $chosen in
|
|||||||
| tee $filepath | xclip -selection c -t image/png
|
| tee $filepath | xclip -selection c -t image/png
|
||||||
notify
|
notify
|
||||||
;;
|
;;
|
||||||
|
$record)
|
||||||
|
kooha
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user