mirror of
https://github.com/swaywm/sway.git
synced 2025-11-07 13:29:56 -05:00
basic split containers
This commit is contained in:
parent
122b96abed
commit
7706d83160
10 changed files with 245 additions and 51 deletions
|
|
@ -163,6 +163,10 @@ static struct cmd_handler command_handlers[] = {
|
|||
{ "kill", cmd_kill },
|
||||
{ "layout", cmd_layout },
|
||||
{ "reload", cmd_reload },
|
||||
{ "split", cmd_split },
|
||||
{ "splith", cmd_splith },
|
||||
{ "splitt", cmd_splitt },
|
||||
{ "splitv", cmd_splitv },
|
||||
};
|
||||
|
||||
static int handler_compare(const void *_a, const void *_b) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue