starting at keyboard exclusivity

This commit is contained in:
Harrison DiAmbrosio 2025-12-07 11:26:55 -05:00
parent a8e77be43b
commit e5a36b4d0b
3 changed files with 26 additions and 6 deletions

View file

@ -128,6 +128,8 @@ pub fn init(self: *Server) void {
// LayerShell events
self.layer_shell.events.new_surface.add(&self.new_layer_surface);
self.events.exec("ServerStartPost", .{});
}
pub fn deinit(self: *Server) noreturn {