UZE3Z3ZRGL6OYNBX2QNR3FELKNVVSYD6I6LYSZ526DSKG5OEPI2QC
DADSQJFKYX6U5JOHSHJWWDSUFC7ZWSZVHFMEKPZEXKPELMEQBL2QC
VCNLR5X75OAXVKPZQHF5RUZ7BONBUC6RPGO2NZEUD3FZ7TEVL66AC
7B74AT3BXYB7PVW4F6SGQNPMHOU5TEV5TZ54CG6VSQI46XSEKWXQC
struct wlr_keyboard *kb = wlr_seat_get_keyboard(seat);
wlr_seat_keyboard_notify_enter(seat, topmost->layer_surface->surface, NULL, 0, NULL);
wlr_seat_keyboard_notify_enter(seat,
topmost->layer_surface->surface, NULL, 0, NULL);
wlr_seat_keyboard_notify_enter(seat, topmost->layer_surface->surface, kb->keycodes, kb->num_keycodes, &kb->modifiers);
wlr_seat_keyboard_notify_enter(seat, topmost->layer_surface->surface,
kb->keycodes, kb->num_keycodes, &kb->modifiers);