patch: minor bug fixes for evaluator and task configurations, documentation update (#121)

* fix: /cursor_position api return format fix

* chore: update README.md to remove deprecated command

* fix: add base score for evaluators and minor bug fixes

* fix: add base score for setup configurations

---------

Co-authored-by: Jiaqi Deng <jiaqideng@Jiaqis-MacBook-Pro.local>
This commit is contained in:
MillanK
2025-01-18 22:25:18 +08:00
committed by GitHub
parent 89426951c9
commit 983283a86a
13 changed files with 115 additions and 20 deletions

View File

@@ -5,6 +5,18 @@
"source": "https://help.ubuntu.com/lts/ubuntu-help/privacy-screen-lock.html.en",
"trajectory": "trajectories/",
"config": [
{
"type": "execute",
"parameters": {
"command": [
"gsettings",
"set",
"org.gnome.desktop.screensaver",
"lock-enabled",
"false"
]
}
},
{
"type": "execute",
"parameters": {

View File

@@ -5,6 +5,18 @@
"source": "https://www.youtube.com/watch?v=D4WyNjt_hbQ&t=2s",
"trajectory": "trajectories/",
"config": [
{
"type": "execute",
"parameters": {
"command": [
"gsettings",
"set",
"org.gnome.desktop.session",
"idle-delay",
"1"
]
}
},
{
"type": "execute",
"parameters": {