Browse Source

does this make a difference?

custom-dwm
Anselm R Garbe 16 years ago
parent
commit
bea4dd2490
  1. 2
      dwm.c

2
dwm.c

@ -799,7 +799,7 @@ enternotify(XEvent *e) {
unfocus(selmon->sel, True);
selmon = m;
}
focus(wintoclient(ev->window));
focus((wintoclient(ev->window)));
}
void

Loading…
Cancel
Save