mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
Merge pull request #101 from Luminarys/master
Added in basic resizing command.
This commit is contained in:
commit
464b49eda2
10 changed files with 453 additions and 32 deletions
|
|
@ -34,6 +34,10 @@ extern struct pointer_state {
|
|||
bool drag;
|
||||
bool resize;
|
||||
} floating;
|
||||
struct pointer_tiling {
|
||||
bool resize;
|
||||
swayc_t *init_view;
|
||||
} tiling;
|
||||
struct pointer_lock {
|
||||
bool left;
|
||||
bool right;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue