Move taskbar to the bottom

This commit is contained in:
Mylloon 2021-11-17 15:14:06 +01:00
parent 813b84aa5f
commit 7c4b7df82b
2 changed files with 8 additions and 0 deletions

View file

@ -131,6 +131,11 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu
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)
```bash
gsettings set org.gnome.shell.extensions.dash-to-dock dock-position BOTTOM
```
- Historique du presse-papier - Historique du presse-papier
```bash ```bash
# Lisez le fichier (ou les logs à l'exécution) car ce script nécessite des manipulations en plus # Lisez le fichier (ou les logs à l'exécution) car ce script nécessite des manipulations en plus

View file

@ -74,6 +74,9 @@ then
# Move the Menu Button to the top of the bar # Move the Menu Button to the top of the bar
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
# Move the taskbar to the bottom
gsettings set org.gnome.shell.extensions.dash-to-dock dock-position BOTTOM
# info # info
echo "" echo ""
echo "" echo ""