put group members above the window when lowering it
This commit is contained in:
parent
4695749aab
commit
b23fa507a8
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ void stacking_lower(ObWindow *window)
|
|||
|
||||
window = top_transient(window);
|
||||
wins = pick_windows(window);
|
||||
wins = g_list_concat(wins, pick_group_windows(window));
|
||||
wins = g_list_concat(pick_group_windows(window), wins);
|
||||
lower(wins);
|
||||
g_list_free(wins);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue