Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

137 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buzzay

A plugin-first wayland compositor built on wlroots.

DocumentaitonDiscord Server

About

Buzzay is a simple pugin-first wayland compositor that offloads all the work to plugins. This allows for an extensible compositor where each component is optional.

Download

Buzzay is currently under development and not yet available for download. But you can still compile it and test it out on your own!

To compile buzzay, just run the following commands.

$ meson setup build
$ ninja -C build

Acknowledgements

Buzzay started out by extending tinywl (CC0) from the sway/wlroots team. The most of the eyecandy like blur, rounded corners, opacity, etc. are made possible with the help of scenefx.