mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-06 07:15:31 -04:00
Fix tiling order for X11 clients
This commit is contained in:
parent
755fcae2af
commit
05a07fa146
1 changed files with 0 additions and 2 deletions
2
dwl.c
2
dwl.c
|
|
@ -2679,8 +2679,6 @@ zoom(const Arg *arg)
|
|||
* front */
|
||||
if (!sel)
|
||||
sel = c;
|
||||
wl_list_remove(&sel->link);
|
||||
wl_list_insert(&clients, &sel->link);
|
||||
|
||||
focusclient(sel, 1);
|
||||
arrange(selmon);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue