Merge branch 'nightly' into fix/image-paths

This commit is contained in:
ReenigneArcher
2022-09-11 20:35:24 -04:00
55 changed files with 461 additions and 387 deletions

View File

@@ -0,0 +1,20 @@
{
"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"],
"image-path":"steam.png"
}
]
}