> For the complete documentation index, see [llms.txt](https://guru-1.gitbook.io/bq-aquaris-e-4-5-ubuntu-phone/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guru-1.gitbook.io/bq-aquaris-e-4-5-ubuntu-phone/en/chapter15.md).

# How to alter presented apps in the app scope

Currently, there are 6 apps listed/pinned to the top (phone, contacts, messages, camera, browser and clock). You can add/remove/change them, for example replace clock with Dekko:

```
$ gsettings set com.canonical.Unity.ClickScope core-apps '["dialer-app", "messaging-app", "address-book-app", "com.ubuntu.camera_camera", "webbrowser-app", "dekko.dekkoproject"]'
$ restart unity8
```

To restore to default, just run:

```
$ gsettings reset com.canonical.Unity.ClickScope core-apps
$ restart unity8
```

It is possible to run these from the Terminal app.

Last updated: Sat Oct 31 16:43:21 CET 2015
