Improved fork of Display Configuration Switcher for GNOME Shell
🌱 Help Keep This Going
Your support makes a real difference. If you value my work and want to help me continue creating, please consider making a donation.
💙 Donate here: https://paypal.me/TomasMark
Every contribution is truly appreciated ✨
My Vision allows you to store and quickly switch between multiple display configuration profiles directly from the GNOME system menu. Profiles are bound to specific display devices, eliminating the need for redundant profiles in scenarios where video outputs are detected or ordered unpredictably.
If you change the language settings in system wide LOCALE, existing profiles may become invalid and you will need to create new ones. Profiles have their own hash fingerprint composed of device descriptions, and different languages generate different hash fingerprints. When you revert LOCALE to its original values, the original profiles will start working again. You may have lot of profiles for lot of LOCALE configurations.
- 🖥️ Save and restore display configurations with a single click
- ⌨️ Keyboard shortcuts support for fast profile switching
- 🔄 Profiles are bound to physical display names (not port order)
- 📋 Drag & drop reordering of saved configurations
- ⚡ Quick access from the GNOME Quick Settings menu
- The order of video output connectors does not matter — the target is always identified by the display name
- Fixed various bugs from the original version
- Enhanced preferences UI with drag & drop support
| GNOME Shell Version |
|---|
| 46 |
| 47 |
| 48 |
| 49 |
The recommended way to install the extension is via GNOME Extensions website:
👉 https://extensions.gnome.org/extension/9014/my-vision/
Alternatively, you can clone this repository and build the extension manually.
blueprint-compiler- for compiling Blueprint UI filesglib-compile-resources- for compiling GResource filesgnome-extensions- for packaging and installing
To build and install the extension, run:
bash build.sh -biAvailable build options:
| Option | Description |
|---|---|
-b |
Build the extension |
-i |
Install the extension |
-l |
Log out GNOME session after install |
Example with automatic logout:
bash build.sh -bil- After installation, enable the extension via GNOME Extensions app or the website
- Click on the display icon in Quick Settings panel
- Save your current display configuration with a custom name
- Switch between saved configurations with a single click
- Optionally, set up keyboard shortcuts in extension preferences
- Tomáš Mark — current maintainer (GitHub)
- Christophe Van den Abbeele — original author
Contributions are welcome! Feel free to open issues or submit pull requests.
This project is licensed under the GNU General Public License v3.0.
Copyright © 2024 Tomáš Mark
See LICENSE for details.

