summaryrefslogtreecommitdiffstats
path: root/extensions/44/middleclickclose/README.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-12-10 13:32:02 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-12-10 14:44:01 +0000
commit2705a55fe1128387a1761cae93b1e41ebaeb750d (patch)
tree87178c5463e34efb0b3847e0559011ec7d49d8e2 /extensions/44/middleclickclose/README.md
parentAdding upstream version 20230618. (diff)
downloadgnome-shell-extensions-extra-2705a55fe1128387a1761cae93b1e41ebaeb750d.tar.xz
gnome-shell-extensions-extra-2705a55fe1128387a1761cae93b1e41ebaeb750d.zip
Adding upstream version 20231210.upstream/20231012
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'extensions/44/middleclickclose/README.md')
-rw-r--r--extensions/44/middleclickclose/README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/extensions/44/middleclickclose/README.md b/extensions/44/middleclickclose/README.md
new file mode 100644
index 0000000..fba2916
--- /dev/null
+++ b/extensions/44/middleclickclose/README.md
@@ -0,0 +1,23 @@
+Middleclickclose
+================
+
+Gnome shell extension for closing apps in overview with a middle click
+
+All credit goes to Paolo Tranquilli (http://cs.unibo.it/~tranquil/en/hacking.html), I've merely copied its code here to provide Gnome Shell 3.10+ compatibility
+
+This extension is installable from https://extensions.gnome.org/extension/352/middle-click-to-close-in-overview/.
+
+Otherwise you may
+
+* download a [zip](https://github.com/p91paul/middleclickclose/archive/master.zip) of this extension
+* extract it
+* copy folder middleclickclose@paolo.tranquilli.gmail.com in $HOME/.local/share/gnome-shell/extensions
+* run the following command
+
+ ```
+ glib-compile-schemas $HOME/.local/share/gnome-shell/extensions/middleclickclose@paolo.tranquilli.gmail.com/schemas
+```
+
+* reload gnome-shell (Alt-F2, r, Enter) -> on Wayland you need to log out and log in again, there is no in-place reload
+* activate it through the Extensions gnome application.
+![](tweak-tool-screenshot.png)