when a window is lowered, move it to the bottom of the focus order list
This commit is contained in:
parent
d50cf297e7
commit
8feba8518b
1 changed files with 2 additions and 0 deletions
|
@ -1054,6 +1054,8 @@ void action_lower(union ActionData *data)
|
||||||
client_action_start(data);
|
client_action_start(data);
|
||||||
stacking_lower(CLIENT_AS_WINDOW(data->client.any.c));
|
stacking_lower(CLIENT_AS_WINDOW(data->client.any.c));
|
||||||
client_action_end(data);
|
client_action_end(data);
|
||||||
|
|
||||||
|
focus_order_to_bottom(data->client.any.c);
|
||||||
}
|
}
|
||||||
|
|
||||||
void action_close(union ActionData *data)
|
void action_close(union ActionData *data)
|
||||||
|
|
Loading…
Reference in a new issue