shod

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit cff17c8bed24b89e29ec9a8e716c4969dcfc1774
parent 67e76fcd5dc9874aba5796c3bee20e68a5ef4b21
Author: Lucas de Sena <lucas@seninha.org>
Date:   Sun, 16 Jul 2023 08:24:37 -0300

menu: automatically focus new menu window

Diffstat:
Mxmenu.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/xmenu.c b/xmenu.c @@ -202,6 +202,7 @@ managemenu(struct Tab *tab, struct Monitor *mon, int desk, Window win, Window le (wm.focused != NULL && istabformenu(wm.focused->selcol->selrow->seltab, menu))) { XMapWindow(dpy, menu->frame); + menufocus(menu); } }