remove automatic desktop entry (#652)

This commit is contained in:
ReenigneArcher 2022-12-30 09:31:50 -05:00 committed by GitHub
commit 8aaf9fd141
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 23 additions and 6 deletions

View file

@ -2,5 +2,18 @@
"env": {
"PATH": "$(PATH):$(HOME)/.local/bin"
},
"apps": []
"apps": [
{
"name": "Desktop",
"image-path": "desktop.png"
},
{
"name": "Steam BigPicture",
"output": "steam.txt",
"detached": [
"open steam://open/bigpicture"
],
"image-path": "steam.png"
}
]
}