Initial commit

This commit is contained in:
Daniel Fichtinger 2025-07-17 22:57:25 -04:00
commit fd68d9f463
10 changed files with 662 additions and 0 deletions

View 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"
}
}