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