prevent pop() if first sel == nexttiled(clients)
This commit is contained in:
parent
7ac0de8350
commit
e9cfae7aba
2 changed files with 3 additions and 3 deletions
2
view.c
2
view.c
|
@ -261,7 +261,7 @@ zoom(Arg *arg) {
|
|||
n++;
|
||||
|
||||
c = sel;
|
||||
if(arrange != dofloat) {
|
||||
if((arrange != dofloat) && c != nexttiled(clients)) {
|
||||
detach(c);
|
||||
if(clients)
|
||||
clients->prev = c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue