commit 585e0a5f17fb81aebb64f94a587ee611f73be16d parent 9897ab516caf5420a9eac01f8d5d23dbc9f2c12f Author: Kris Maglione <jg@suckless.org> Date: Thu, 8 Feb 2007 12:29:26 -0500 Focus clients on click. Diffstat:
| event.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/event.c b/event.c @@ -99,7 +99,7 @@ buttonpress(XEvent *e) { }else{ if(ev->button == Button1) { frame_to_top(f); - restack_view(f->view); + focus(f->client, True); } XAllowEvents(blz.dpy, ReplayPointer, ev->time); }