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

@ -36,8 +36,6 @@ static void keyboard_binding_execute(struct roots_keyboard *keyboard,
if (server->desktop->views->length > 0) {
struct roots_view *view = server->desktop->views->items[0];
set_view_focus(keyboard->input, server->desktop, view);
wlr_seat_keyboard_notify_enter(keyboard->input->wl_seat,
view->wlr_surface);
}
} else if (strncmp(exec_prefix, command, strlen(exec_prefix)) == 0) {
const char *shell_cmd = command + strlen(exec_prefix);