shod

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

commit 7bd05506c39253f19261a9942a563491930bc98d
parent dd426d52e43ad41935b79cdb5e8fc8976c5d841e
Author: phillbush <phillbush@cock.li>
Date:   Fri, 17 Sep 2021 11:39:19 -0300

fix focus when a container is fullscreen

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

diff --git a/shod.c b/shod.c @@ -2520,6 +2520,7 @@ containernew(int x, int y, int w, int h) wm.c->prev = c; c->next = wm.c; wm.c = c; + containeraddfocus(c); return c; }