wlr-randr-0.5.0

Introduction to wlr-randr

The wlr-randr package provides a utility to manage outputs of a Wayland compositor. wlr-randr can query display information and set display resolution and refresh rate.

wlr-randr Dependencies

Required

Wayland

Optional

scdoc-1.11.4

Installation of wlr-randr

Install wlr-randr by running the following commands:

mkdir build &&
cd    build &&

meson setup ..             \
      --prefix=/usr        \
      --buildtype=release &&

ninja

Now, as the root user:

ninja install

Command Explanations

--buildtype=release: Specify a buildtype suitable for stable releases of the package, as the default may produce unoptimized binaries.

Contents

Installed Programs: wlr-randr
Installed Libraries: None
Installed Directories: None

Short Descriptions

wlr-randr

is an output management utility for Wayland