Merge branch 'nightly' into fix/image-paths
This commit is contained in:
commit
5e5ae0b4b8
55 changed files with 461 additions and 387 deletions
20
src_assets/linux/assets/apps.json
Normal file
20
src_assets/linux/assets/apps.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue