git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

commitb923cc67ae26a57b45ca2d2ff580657b714eb21a
parenta2bfc9867b
authorIsaac Freund <[email protected]>
date2026-03-29 18:22
cursor-shape: implement version 2

 river/Server.zig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/river/Server.zig b/river/Server.zig
index a24b849..1fc6a41 100644
--- a/river/Server.zig
+++ b/river/Server.zig
@@ -139,7 +139,7 @@ pub fn init(server: *Server, runtime_xwayland: bool) !void {
         .fractional_scale_manager = try wlr.FractionalScaleManagerV1.create(wl_server, 1),
         .compositor = compositor,
         .subcompositor = try wlr.Subcompositor.create(wl_server),
-        .cursor_shape_manager = try wlr.CursorShapeManagerV1.create(server.wl_server, 1),
+        .cursor_shape_manager = try wlr.CursorShapeManagerV1.create(server.wl_server, 2),
 
         .xdg_shell = try wlr.XdgShell.create(wl_server, 5),
         .xdg_decoration_manager = try wlr.XdgDecorationManagerV1.create(wl_server),