tiling is working again, and surface at is mostly in

This commit is contained in:
Harrison DiAmbrosio 2025-12-13 23:38:29 -05:00
parent 1039e3a800
commit 49a6ced28e
7 changed files with 54 additions and 26 deletions

View file

@ -164,6 +164,7 @@ fn handleMap(listener: *wl.Listener(void)) void {
&server.seat.keyboard_group.keyboard.modifiers
);
std.log.debug("setting view decoration mode to server side\n", .{});
if(view.xdg_toplevel_decoration) |decoration| {
_ = decoration.setMode(wlr.XdgToplevelDecorationV1.Mode.server_side);
}