mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
xwm: dont focus override redirect windows
This commit is contained in:
parent
d6a1e6fd79
commit
7914f4bda9
4 changed files with 11 additions and 7 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue