feat: file builder for upcoming monado autorun config

This commit is contained in:
Gabriele Musco 2023-07-10 07:43:56 +02:00
commit c17d733c29
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE
3 changed files with 85 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{
"$schema": "https://monado.pages.freedesktop.org/monado/autorun_v0.schema.json",
"autoruns": [
{
"exec": "foobar",
"args": ["bar", "baz"]
}
]
}