Skip to content

Commit

Permalink
Add "autostart" option description to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitryk committed Sep 18, 2014
1 parent 0090772 commit bb6cfd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ On first launch json configuration file `.launcht_conf` will be created in your
```json
{
"shell-cmd": "gnome-terminal -x",
"autostart":"false",
"items": [
{
"type": "entry",
Expand Down Expand Up @@ -57,6 +58,7 @@ On first launch json configuration file `.launcht_conf` will be created in your
```

* `shell-cmd` specifies terminal shell command or any other command prefix i.e. default Ubuntu terminal `gnome-terminal -x`, this is usually set globally but can be overridden for specific entry
* `autostart` specifies whether the app should start automatically when user logs in
* `items` declares array of menu items
* `type` entry type, following types are supported:
* `entry` specific app launch entry
Expand Down

0 comments on commit bb6cfd0

Please sign in to comment.