2019-12-15 14:30:00 +01:00
|
|
|
{
|
2022-10-26 14:53:27 -04:00
|
|
|
"env": {
|
|
|
|
"PATH": "$(PATH):$(HOME)/.local/bin"
|
|
|
|
},
|
|
|
|
"apps": [
|
2022-12-30 09:31:50 -05:00
|
|
|
{
|
|
|
|
"name": "Desktop",
|
|
|
|
"image-path": "desktop.png"
|
|
|
|
},
|
2022-10-26 14:53:27 -04:00
|
|
|
{
|
|
|
|
"name": "Low Res Desktop",
|
2022-12-30 09:31:50 -05:00
|
|
|
"image-path": "desktop.png",
|
2022-10-26 14:53:27 -04:00
|
|
|
"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"
|
|
|
|
],
|
|
|
|
"image-path": "steam.png"
|
|
|
|
}
|
|
|
|
]
|
2019-12-15 14:30:00 +01:00
|
|
|
}
|