Start Steam in Big-Picture mode on Windows

This commit is contained in:
loki
2020-01-23 12:46:09 +01:00
parent 6c313bb1c8
commit 44f86dd3e5
3 changed files with 6 additions and 3 deletions

23
assets/apps_linux.json Normal file
View File

@@ -0,0 +1,23 @@
{
"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":[]
}
]
}