Add command to minimize a focused window on dock's click
This commit is contained in:
parent
45ac0994e3
commit
27711e6cb5
2 changed files with 8 additions and 0 deletions
|
@ -160,6 +160,11 @@ Mon guide à suivre lors d'une réinstallation d'Ubuntu
|
|||
wget -q --show-progress https://git.kennel.ml/Anri/myLinuxConfiguration/raw/branch/main/installMultiMC.sh -O tmp.sh && bash tmp.sh; rm tmp.sh
|
||||
```
|
||||
|
||||
- Permet de réduire une fenêtre ouverte au click dans la barre des tâches
|
||||
```bash
|
||||
gsettings set org.gnome.shell.extensions.dash-to-dock click-action minimize
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>Mémo de commande utile peu de temps après une réinstallation/mise à jour</summary>
|
||||
|
||||
|
|
|
@ -89,6 +89,9 @@ then
|
|||
# Install MultiMC
|
||||
bash installMultiMC.sh
|
||||
|
||||
# Add minimized window on dock click
|
||||
gsettings set org.gnome.shell.extensions.dash-to-dock click-action minimize
|
||||
|
||||
# info
|
||||
echo ""
|
||||
echo ""
|
||||
|
|
Reference in a new issue