mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
Implement resize command
This commit is contained in:
parent
21aedf1505
commit
f77986338f
6 changed files with 351 additions and 27 deletions
|
|
@ -165,6 +165,7 @@ static struct cmd_handler command_handlers[] = {
|
|||
{ "move", cmd_move },
|
||||
{ "opacity", cmd_opacity },
|
||||
{ "reload", cmd_reload },
|
||||
{ "resize", cmd_resize },
|
||||
{ "split", cmd_split },
|
||||
{ "splith", cmd_splith },
|
||||
{ "splitt", cmd_splitt },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue