Disper Menu is a GNOME Shell extension that allows you to use the on-the-fly display switcher disper
through GNOME Shell panel.
Actions supported are: primary, secondary, clone, extend, cycle.
Disper Menu was only tested with GNOME Shell 3.14.0.
You need to install disper
from your Linux distribution software repository or from disper homepage in order to use this extension. E.g. for Ubuntu:
sudo apt-get update && sudo apt-get install -y disper
I recommend using GNOME.org Extensions for Disper Menu installation.
If your browser doesn't support NPAPI (e.g. Google Chrome) and you don't want to use another web browser to download GNOME Shell extensions, you can clone this repository using git
and use the install script like this:
git clone https://github.com/wieczorek1990/disper-menu.git && ./disper-menu/scripts/install && rm -rf disper-menu
You can setup preferences using gnome-shell-extension-prefs
or gnome-tweak-tool
.
Available disper
preferences are: scaling mode, extend direction.
For more disper
preferences you should create a disper
config file. See "FILES" section of the disper
manual.
Disper Menu is currently translated into English, German and Polish.
If you wish to see it in other language or have fixed any translation errors, send me a pull request with the po
file.
You can generate the pot
file using create_pot script.
I recommend using poedit for translations.
Press Alt + F2 and type lg to show the Looking Glass console.
Press Alt + F2 and type r to restart Gnome shell.
# sudo apt-get install gettext p7zip-full
# sudo dnf install p7zip-plugins
cd disper-menu/
./scripts/create_pot
./scripts/install
./scripts/package
Please modify metadata.json shell-version
attribute and check if it works for your Gnome shell. Then prepare a pull request. Thanks!
Łukasz Wieczorek aka wieczorek1990
- German
- Christian Zemsauer aka cri
- Dutch
- Vistaus
See the GNU GPL v2.0 license.