fix typo
This commit is contained in:
parent
8c3393cf90
commit
939324f62d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Reference in a new issue