xwm: dont focus override redirect windows

This commit is contained in:
Tony Crisci 2017-10-25 20:40:55 -04:00
parent d6a1e6fd79
commit 7914f4bda9
4 changed files with 11 additions and 7 deletions

View file

@ -112,7 +112,6 @@ void view_initialize(struct roots_view *view) {
struct roots_input *input = view->desktop->server->input;
set_view_focus(input, view->desktop, view);
wlr_seat_keyboard_notify_enter(input->wl_seat, view->wlr_surface);
}
struct roots_view *view_at(struct roots_desktop *desktop, double lx, double ly,