mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-19 19:14:53 +00:00
9 lines
172 B
JSON
9 lines
172 B
JSON
{
|
|
"$schema": "https://monado.pages.freedesktop.org/monado/autorun_v0.schema.json",
|
|
"autoruns": [
|
|
{
|
|
"exec": "foobar",
|
|
"args": ["bar", "baz"]
|
|
}
|
|
]
|
|
}
|