From 27711e6cb55dde544951e354b4c032ff8b3022b1 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 2 Dec 2021 14:31:10 +0100 Subject: [PATCH] Add command to minimize a focused window on dock's click --- README.md | 5 +++++ installGlobalScript.sh | 3 +++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index c4e3c9e..246c3f7 100644 --- a/README.md +++ b/README.md @@ -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 + ``` +
Mémo de commande utile peu de temps après une réinstallation/mise à jour diff --git a/installGlobalScript.sh b/installGlobalScript.sh index 00c104c..9a37e16 100644 --- a/installGlobalScript.sh +++ b/installGlobalScript.sh @@ -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 ""