Don't raise floating windows when focused because of focus_follows_mouse
Fixes #2990.
This commit is contained in:
@ -766,7 +766,7 @@ int main(int argc, char *argv[]) {
|
||||
output = get_first_output();
|
||||
}
|
||||
|
||||
con_focus(con_descend_focused(output_get_content(output->con)));
|
||||
con_activate(con_descend_focused(output_get_content(output->con)));
|
||||
free(pointerreply);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user