Skip to content

elementary/switchboard-plug-display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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