Move taskbar to the bottom
This commit is contained in:
parent
813b84aa5f
commit
7c4b7df82b
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
||||
- [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
|
||||
```bash
|
||||
# Lisez le fichier (ou les logs à l'exécution) car ce script nécessite des manipulations en plus
|
||||
|
|
|
@ -74,6 +74,9 @@ then
|
|||
# Move the Menu Button to the top of the bar
|
||||
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
|
||||
echo ""
|
||||
echo ""
|
||||
|
|
Reference in a new issue