You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Orbment is modular compositor for Wayland with flexible plugin architecture where plugins may co-operate with each other.
The core consist of small code base which provide plugin management, and hooks api for plugins.
Core plugins are used to provide functionality you would expect from bare bones tiling window manager.
OPTIONS
Basic information about what you can currently do in orbment.
You can build bootstrapped version of orbment which also includes wlc with the following steps.
git submodule update --init --recursive # - initialize and fetch submodules
mkdir target &&cd target # - create build target directory
cmake -DCMAKE_BUILD_TYPE=Upstream -DSOURCE_WLC=ON .. # - run CMake
make # - compile# You can now run
./src/orbment
If built in Debug mode, ./plugins is added to plugin search paths, and you can run orbment straight
from the build directory and it will find the core plugins. This is useful for testing development version,
bootstrapping or developing plugins.
PACKAGING
For now you can look at the AUR recipe for a example.