Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 829 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 829 Bytes

Switchboard Display Plug

Packaging status l10n

Extension for Switchboard to manage multiple monitor setups.

screenshot

Building and Installation

You'll need the following dependencies:

  • libgranite-dev
  • libgtk-3-dev
  • libswitchboard-2.0-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

sudo ninja install