Added in bspwm like mouse resizing

This commit is contained in:
Luminarys 2015-08-21 00:17:26 -05:00
parent f589731f29
commit 461da7f87f
6 changed files with 221 additions and 15 deletions

View file

@ -34,6 +34,9 @@ extern struct pointer_state {
bool drag;
bool resize;
} floating;
struct pointer_tiling {
bool resize;
} tiling;
struct pointer_lock {
bool left;
bool right;