p91paul / middleclickclose

Gnome shell extension for closing apps in overview with a middle click
GNU General Public License v2.0
81 stars 17 forks source link

Quick Close in Overview

GNOME shell extension for quickly closing apps in the overview.

Download from extensions.gnome.org

Features

Building

Make sure gettext is installed on your system and the gnome-extensions executable is available on your PATH (It is typically bundled with gnome-shell).

Afterwards, simply run make to build a zip suitable for submition to EGO.

make install can also be used to install the extension for the current user.

Debugging tips & tricks

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.