diff options
Diffstat (limited to 'rootston/xwayland.c')
-rw-r--r-- | rootston/xwayland.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rootston/xwayland.c b/rootston/xwayland.c index e9e0d5e0..1aa5a96c 100644 --- a/rootston/xwayland.c +++ b/rootston/xwayland.c @@ -350,5 +350,7 @@ void handle_xwayland_surface(struct wl_listener *listener, void *data) { } view_setup(view); + } else { + view_initial_focus(view); } } |