Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 601 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 601 Bytes

The Interface

"The Interface" is a stacking Wayland compositor based on wlroots.

For now it's just a programming excercise for me to learn C++. Most of the code is imported from Rootston.

The objective in the long run is to make a full fledged Wayland compositor, capable of being used on a daily basis.

Compiling

meson build
ninja -C build

Running

./build/theinterface/theinterface -s "termite & thunar"

Replace "termite & thunar" with any program that you would like to run instead.