Go to file
Jason Francis 26af01ddc3 Reorder render list when clicking a display 2019-08-06 13:26:25 -04:00
protocol finish up viewport widget with screen previews 2019-07-27 16:57:54 -04:00
resources update name 2019-08-01 11:09:00 -04:00
src Reorder render list when clicking a display 2019-08-06 13:26:25 -04:00
.gitignore add gitignore 2019-07-06 13:20:41 -04:00
LICENSE initialize repository 2019-07-05 22:51:52 -04:00
README.md update name 2019-08-01 11:09:00 -04:00
meson.build update name 2019-08-01 11:09:00 -04:00
wdisplays.png update name 2019-08-01 11:09:00 -04:00

README.md

wdisplays

License: MIT

wdisplays is a graphical application for configuring displays in Wayland compositors. It borrows some code from kanshi. It should work in any compositor that implements the wlr-output-management-unstable-v1 protocol, such as sway.

Screenshot

Building

Build requirements are:

  • GTK+3
  • epoxy
  • wayland-client
meson build
ninja -C build
sudo ninja -C build install