Compare commits

..

No commits in common. "920950c2780dd185fe899001e86d3af553b4b781" and "a67f56bad2defda4010fa9c7b2549bc41b93af93" have entirely different histories.

2
mwm.c
View file

@ -13,7 +13,7 @@ int main() {
grab("n", "q", "e", "t");
while (!XNextEvent (d, &e)) {
on(ConfigureRequest, XMoveResizeWindow(d, e.xconfigure.window, 0, 0, 2560, 1440));
on(ConfigureRequest, XMoveResizeWindow(d, e.xconfigure.window, 0, 0, e.xconfigure.width, e.xconfigure.height));
on(MapRequest, XMapWindow(d, e.xmaprequest.window);
XSetInputFocus(d, e.xmaprequest.window, 2, 0));
on(KeyPress, map("n", XCirculateSubwindowsUp(d, r); XSetInputFocus(d, e.xkey.window, 2, 0))