remove automatic desktop entry (#652)
This commit is contained in:
parent
8b3b00059e
commit
8aaf9fd141
7 changed files with 23 additions and 6 deletions
|
|
@ -3,8 +3,13 @@
|
|||
"PATH": "$(PATH):$(HOME)/.local/bin"
|
||||
},
|
||||
"apps": [
|
||||
{
|
||||
"name": "Desktop",
|
||||
"image-path": "desktop.png"
|
||||
},
|
||||
{
|
||||
"name": "Low Res Desktop",
|
||||
"image-path": "desktop.png",
|
||||
"prep-cmd": [
|
||||
{
|
||||
"do": "xrandr --output HDMI-1 --mode 1920x1080",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue