diff --git a/sowm.c b/sowm.c index bdca3b4..700c435 100644 --- a/sowm.c +++ b/sowm.c @@ -261,6 +261,7 @@ void button_press(XEvent *e) { if (bu.subwindow != None) { XGetWindowAttributes(dis, bu.subwindow, &attr); + XRaiseWindow(dis, bu.subwindow); start = bu; } }