mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-11 18:50:10 +00:00
feat: file builder for upcoming monado autorun config
This commit is contained in:
parent
b409fe49f7
commit
c17d733c29
3 changed files with 85 additions and 0 deletions
9
test/files/monado_autorun_config.json
Normal file
9
test/files/monado_autorun_config.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"$schema": "https://monado.pages.freedesktop.org/monado/autorun_v0.schema.json",
|
||||
"autoruns": [
|
||||
{
|
||||
"exec": "foobar",
|
||||
"args": ["bar", "baz"]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue