Compare commits
No commits in common. "920950c2780dd185fe899001e86d3af553b4b781" and "a67f56bad2defda4010fa9c7b2549bc41b93af93" have entirely different histories.
920950c278
...
a67f56bad2
1 changed files with 1 additions and 1 deletions
2
mwm.c
2
mwm.c
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue