Merge pull request #56 from aajonusonline/master
swallow patch: fix ignoring of noswallow in config
This commit is contained in:
commit
f342b099a5
1 changed files with 1 additions and 0 deletions
1
dwm.c
1
dwm.c
|
@ -359,6 +359,7 @@ applyrules(Client *c)
|
||||||
{
|
{
|
||||||
c->isterminal = r->isterminal;
|
c->isterminal = r->isterminal;
|
||||||
c->isfloating = r->isfloating;
|
c->isfloating = r->isfloating;
|
||||||
|
c->noswallow = r->noswallow;
|
||||||
c->tags |= r->tags;
|
c->tags |= r->tags;
|
||||||
if ((r->tags & SPTAGMASK) && r->isfloating) {
|
if ((r->tags & SPTAGMASK) && r->isfloating) {
|
||||||
c->x = c->mon->wx + (c->mon->ww / 2 - WIDTH(c) / 2);
|
c->x = c->mon->wx + (c->mon->ww / 2 - WIDTH(c) / 2);
|
||||||
|
|
Loading…
Reference in a new issue