mirror of
https://github.com/swaywm/sway.git
synced 2025-12-19 08:56:50 -05:00
Added in bspwm like mouse resizing
This commit is contained in:
parent
f589731f29
commit
461da7f87f
6 changed files with 221 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue