https://github.com/elementary/settings-display
Switchboard Displays Plug
https://github.com/elementary/settings-display
gtk gtk3 hacktoberfest meson switchboard vala
Last synced: 8 months ago
JSON representation
Switchboard Displays Plug
- Host: GitHub
- URL: https://github.com/elementary/settings-display
- Owner: elementary
- License: gpl-3.0
- Created: 2017-04-17T18:53:19.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-06-09T15:07:53.000Z (8 months ago)
- Last Synced: 2025-06-28T00:05:22.739Z (8 months ago)
- Topics: gtk, gtk3, hacktoberfest, meson, switchboard, vala
- Language: Vala
- Homepage: https://elementary.io
- Size: 3.5 MB
- Stars: 15
- Watchers: 23
- Forks: 18
- Open Issues: 103
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Display Settings
[](https://repology.org/metapackage/switchboard-plug-display)
[](https://l10n.elementaryos.org/engage/settings/)
Extension for [System Settings](https://github.com/elementary/switchboard) to manage multiple monitor setups.

## Building and Installation
You'll need the following dependencies:
* libadwaita-1-dev
* libgranite-7-dev
* libgtk-4-dev
* libswitchboard-3-dev
* meson
* valac
Run `meson` to configure the build environment and then `ninja` to build
meson build --prefix=/usr
cd build
ninja
To install, use `ninja install`
ninja install