This commit is contained in:
Anri 2021-11-17 20:17:39 +01:00
parent 8c3393cf90
commit 939324f62d

View file

@ -126,12 +126,12 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu
gsettings set org.gnome.shell.extensions.dash-to-dock show-trash false gsettings set org.gnome.shell.extensions.dash-to-dock show-trash false
``` ```
- [Déplacer le menu des Applications](https://medium.com/@suneel.omrey/move-show-applications-right-to-left-of-the-dock-in-ubuntu-18-04-9592dfd18c9a) - [Déplace le menu des Applications](https://medium.com/@suneel.omrey/move-show-applications-right-to-left-of-the-dock-in-ubuntu-18-04-9592dfd18c9a)
```bash ```bash
gsettings set org.gnome.shell.extensions.dash-to-dock show-apps-at-top true gsettings set org.gnome.shell.extensions.dash-to-dock show-apps-at-top true
``` ```
- [Déplacer la barre des tâches](https://askubuntu.com/a/966930) - [Déplace la barre des tâches](https://askubuntu.com/a/966930)
```bash ```bash
gsettings set org.gnome.shell.extensions.dash-to-dock dock-position BOTTOM gsettings set org.gnome.shell.extensions.dash-to-dock dock-position BOTTOM
``` ```