An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Display Settings
[![Packaging status](https://repology.org/badge/tiny-repos/switchboard-plug-display.svg)](https://repology.org/metapackage/switchboard-plug-display)
[![Translation status](https://l10n.elementaryos.org/widget/settings/display/svg-badge.svg)](https://l10n.elementaryos.org/engage/settings/)

Extension for [System Settings](https://github.com/elementary/switchboard) to manage multiple monitor setups.

![screenshot](data/screenshot.png?raw=true)

## 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