use tag_client_with_current_selected() instead of our own loop and set -O2 or mplayer fails
This commit is contained in:
parent
0779473a30
commit
adf437c0e3
3
client.c
3
client.c
|
@ -312,8 +312,7 @@ client_manage(Window w, XWindowAttributes *wa, awesome_config *awesomeconf)
|
||||||
c->tags[i] = False;
|
c->tags[i] = False;
|
||||||
|
|
||||||
if(!matched)
|
if(!matched)
|
||||||
for(i = 0; i < current_acf->ntags; i++)
|
tag_client_with_current_selected(c, current_acf);
|
||||||
c->tags[i] = current_acf->tags[i].selected;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if(!has_rule)
|
if(!has_rule)
|
||||||
|
|
Loading…
Reference in New Issue