mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 02:09:49 +00:00
24 lines
406 B
JSON
24 lines
406 B
JSON
{
|
|
"env":{
|
|
"DISPLAY":":0",
|
|
"DRI_PRIME":"1",
|
|
"XAUTHORITY":"$(HOME)/.Xauthority",
|
|
"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",
|
|
"cmd":"steam -bigpicture",
|
|
"prep-cmd":[]
|
|
}
|
|
]
|
|
}
|