Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 847 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 847 Bytes

Display Settings

Packaging status Translation status

Extension for System Settings to manage multiple monitor setups.

screenshot

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