Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git
rivertile: fix typo in error message
rivertile/main.zig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rivertile/main.zig b/rivertile/main.zig
index 3dcd6ba..4464e84 100644
--- a/rivertile/main.zig
+++ b/rivertile/main.zig
@@ -325,7 +325,7 @@ pub fn main() !void {
_ = try display.roundtrip();
if (context.layout_manager == null) {
- fatal("wayland compositor does not support river_layout_v1.\n", .{});
+ fatal("wayland compositor does not support river-layout-v2.\n", .{});
}
context.initialized = true;