niri-scripts/recorder/module_config.jsonc
2025-07-17 22:57:25 -04:00

9 lines
No EOL
225 B
JSON

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