Quote:
Originally Posted by yiming
Could someone pls tell me how the order of display of items is determined in the launcher. Can the order be customized? thanks.
|
There is a menu.json in each programs dirrectory. There should be a part in that file that says "priority" like in the example below.
Code:
{"name": "Bla", "priority": 0, "action": "/bla/bla/bla.sh"}
Edit the number to the priority you want and save the file. So if you want the program "Bla" to be number 10 on the list then change the priority to 10 like below.
Code:
{"name": "Bla", "priority": 10, "action": "/bla/bla/bla.sh"}