diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-16 17:26:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-16 17:31:57 +0000 |
commit | 0a7a4c5b38489621bf99415cdfba0e2538da3a49 (patch) | |
tree | b19fdd525465f01902a183f91492e284a665246c /extensions/46/middleclickclose/README.md | |
parent | Releasing debian version 20240414-2. (diff) | |
download | gnome-shell-extensions-extra-0a7a4c5b38489621bf99415cdfba0e2538da3a49.tar.xz gnome-shell-extensions-extra-0a7a4c5b38489621bf99415cdfba0e2538da3a49.zip |
Merging upstream version 20240916 (Closes: #1079257).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'extensions/46/middleclickclose/README.md')
-rw-r--r-- | extensions/46/middleclickclose/README.md | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/extensions/46/middleclickclose/README.md b/extensions/46/middleclickclose/README.md deleted file mode 100644 index bfb193b..0000000 --- a/extensions/46/middleclickclose/README.md +++ /dev/null @@ -1,29 +0,0 @@ -Quick Close in Overview -================ - -Gnome shell extension for closing apps in overview with a middle (or other) 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 -* run the following command - ``` - make install -``` -* 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 Gnome Extensions application. - -## Translations - -If you're interested in contributing a translation, import the translation template file under -`src/po/template.pot` to your favourite po-editing software and create a `*.po` file under `src/po`. - -To update all existing translations after changing the code, run `make po`. To regenerate only the -`template.pot` file, run `make pot` |