mirror of
https://github.com/0intro/wmii
synced 2025-02-10 03:14:44 +03:00
allowing moving frames through Button1 on frames (though resize only through the Modkey+Button3 on client area), this allows handy movements between columns
This commit is contained in:
parent
9d37029fe9
commit
d154240ab4
@ -74,6 +74,8 @@ handle_buttonpress(XEvent *e)
|
||||
focus(c);
|
||||
return;
|
||||
}
|
||||
else
|
||||
mouse_move(c);
|
||||
}
|
||||
if(c->nframe) {
|
||||
snprintf(buf, sizeof(buf), "ClientClick %d %d\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user