mirror of
git://git.suckless.org/dwm
synced 2026-04-22 05:15:35 +01:00
Compare commits
No commits in common. "44dbc6809d05b8f2addc483f882e670db0b6b8e9" and "c3dd6a829b3f5cb9474bcca787a9c8a86932d75d" have entirely different histories.
44dbc6809d
...
c3dd6a829b
4
dwm.c
4
dwm.c
@ -440,7 +440,7 @@ buttonpress(XEvent *e)
|
||||
arg.ui = 1 << i;
|
||||
} else if (ev->x < x + TEXTW(selmon->ltsymbol))
|
||||
click = ClkLtSymbol;
|
||||
else if (ev->x > selmon->ww - (int)TEXTW(stext) + lrpad - 2)
|
||||
else if (ev->x > selmon->ww - (int)TEXTW(stext))
|
||||
click = ClkStatusText;
|
||||
else
|
||||
click = ClkWinTitle;
|
||||
@ -1429,8 +1429,6 @@ sendmon(Client *c, Monitor *m)
|
||||
c->tags = m->tagset[m->seltags]; /* assign tags of target monitor */
|
||||
attach(c);
|
||||
attachstack(c);
|
||||
if (c->isfullscreen)
|
||||
resizeclient(c, m->mx, m->my, m->mw, m->mh);
|
||||
focus(NULL);
|
||||
arrange(NULL);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user