mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-07 19:49:53 -05:00
tiling is working again, and surface at is mostly in
This commit is contained in:
parent
1039e3a800
commit
49a6ced28e
7 changed files with 54 additions and 26 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue