mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-01-15 05:17:29 -08:00
don't refocus on zoom
This commit is contained in:
parent
7bdacfe99c
commit
e9403d7a4e
1 changed files with 0 additions and 1 deletions
1
dwl.c
1
dwl.c
|
@ -3445,7 +3445,6 @@ zoom(const Arg *arg)
|
||||||
wl_list_remove(&sel->link);
|
wl_list_remove(&sel->link);
|
||||||
wl_list_insert(&clients, &sel->link);
|
wl_list_insert(&clients, &sel->link);
|
||||||
|
|
||||||
focusclient(sel, 1);
|
|
||||||
arrange(selmon);
|
arrange(selmon);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue