all repos — dwm @ a73ff905b04a5f1dab6e0aface03317a81528a95

my dwm build

typo fix
Anselm R Garbe garbeam@gmail.com
Thu, 25 Jun 2009 11:17:42 +0100
commit

a73ff905b04a5f1dab6e0aface03317a81528a95

parent

e3f0445df1dcdd34189c9d48cbad67dd32764575

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M dwm.cdwm.c

@@ -1502,7 +1502,7 @@ if(i == arg->ui) {

detach(c); detachstack(c); c->mon = m; - c->tags = selmon->seltags; /* assign tags of target monitor */ + c->tags = m->seltags; /* assign tags of target monitor */ attach(c); attachstack(c); m->sel = c;