src/actions.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/actions.c b/src/actions.c index bdb92bb..88e78fc 100644 --- a/src/actions.c +++ b/src/actions.c @@ -1252,6 +1252,9 @@ wDeiconifyWindow(WWindow *wwin) /* In case we were shaded and iconified, also unshade */ if (!netwm_hidden) wUnshadeWindow(wwin); + + if (wwin->flags.focused) + wSetFocusTo(wwin->screen_ptr, wwin); }