project-repo / cagebreak

Cagebreak: A Wayland Tiling Compositor Inspired by Ratpoison
MIT License
279 stars 20 forks source link

SwayBG Returns Error #52

Closed VehementHam closed 1 year ago

VehementHam commented 1 year ago

When I run swaygb, it returns the error [main.c:587] Missing a required Wayland interface.

project-repo commented 1 year ago

Hi VehementHam

Yes, this is known and is due to the fact that cagebreak does not implement the layer-shell protocol. See also #6. We currently don't plan to support this in the foreseeable future, as it adds too much complexity for too little gain.

Cheers project-repo