don't refocus on zoom

This commit is contained in:
korei999 2023-11-30 17:50:03 +02:00
parent 7bdacfe99c
commit e9403d7a4e

1
dwl.c
View file

@ -3445,7 +3445,6 @@ zoom(const Arg *arg)
wl_list_remove(&sel->link);
wl_list_insert(&clients, &sel->link);
focusclient(sel, 1);
arrange(selmon);
}