mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-17 17:10:02 +00:00
20 lines
340 B
JSON
20 lines
340 B
JSON
{
|
|
"env":{
|
|
"PATH":"$(PATH):$(HOME)/.local/bin"
|
|
},
|
|
"apps":[
|
|
{
|
|
"name":"Low Res Desktop",
|
|
"prep-cmd":[
|
|
{ "do":"xrandr --output HDMI-1 --mode 1920x1080", "undo":"xrandr --output HDMI-1 --mode 1920x1200" }
|
|
]
|
|
},
|
|
{
|
|
"name":"Steam BigPicture",
|
|
|
|
"output":"steam.txt",
|
|
"detached":["setsid steam steam://open/bigpicture"]
|
|
}
|
|
]
|
|
}
|