Initial commit
This commit is contained in:
commit
fd68d9f463
10 changed files with 662 additions and 0 deletions
9
recorder/module_config.jsonc
Normal file
9
recorder/module_config.jsonc
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"custom/recorder": {
|
||||
"exec": "/path/to/recorder.py",
|
||||
"return-type": "json",
|
||||
"restart-interval": "never",
|
||||
"on-click": "/path/to/recorder.sh screen",
|
||||
"on-click-right": "/path/to/recorder.sh region"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue