mirror of https://github.com/0intro/wmii
reverted focus behavior on retagging
This commit is contained in:
parent
bce2865e89
commit
1a660ed815
|
@ -379,7 +379,9 @@ update_views()
|
|||
destroy_view(v);
|
||||
}
|
||||
|
||||
if(view.size)
|
||||
if(old)
|
||||
focus_view(old);
|
||||
else if(view.size)
|
||||
focus_view(view.data[sel]);
|
||||
else
|
||||
update_view_bars();
|
||||
|
|
Loading…
Reference in New Issue