Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.
/ wlr-randr Public archive

An xrandr clone for wlroots compositors

License

Notifications You must be signed in to change notification settings

emersion/wlr-randr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wlr-randr

Utility to manage outputs of a Wayland compositor.

Heads up! This project has moved over to SourceHut.

Building

Install dependencies:

  • meson (compile-time dependency)
  • wayland

Then run:

meson build
ninja -C build
build/wlr-randr

License

MIT