Install properly on ubuntu20.04

This commit is contained in:
loki
2020-05-03 23:58:32 +02:00
parent c6da7d31d0
commit fbbe396416
3 changed files with 4 additions and 12 deletions

View File

@@ -1,8 +1,5 @@
{
"env":{
"DISPLAY":":0",
"DRI_PRIME":"1",
"XAUTHORITY":"$(HOME)/.Xauthority",
"PATH":"$(PATH):$(HOME)/.local/bin"
},
"apps":[
@@ -16,8 +13,7 @@
"name":"Steam BigPicture",
"output":"steam.txt",
"cmd":"steam -bigpicture",
"prep-cmd":[]
"cmd":"steam -bigpicture"
}
]
}