mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-08-11 18:21:56 -07:00
docs: update
This commit is contained in:
2
sowm.c
2
sowm.c
@@ -310,7 +310,7 @@ void map_request(XEvent *e) {
|
|||||||
Window w = e->xmaprequest.window;
|
Window w = e->xmaprequest.window;
|
||||||
|
|
||||||
XSelectInput(d, w, PropertyChangeMask|StructureNotifyMask|
|
XSelectInput(d, w, PropertyChangeMask|StructureNotifyMask|
|
||||||
EnterWindowMask|FocusChangeMask);
|
EnterWindowMask|FocusChangeMask);
|
||||||
win_center(w);
|
win_center(w);
|
||||||
XMapWindow(d, w);
|
XMapWindow(d, w);
|
||||||
FOC(w);
|
FOC(w);
|
||||||
|
Reference in New Issue
Block a user