mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Implement config parser for workspace_layout
This commit is contained in:
parent
bdf2f4d1c2
commit
d76729af22
3 changed files with 23 additions and 0 deletions
|
|
@ -169,6 +169,7 @@ static struct cmd_handler config_handlers[] = {
|
|||
{ "default_orientation", cmd_default_orientation },
|
||||
{ "set", cmd_set },
|
||||
{ "swaybg_command", cmd_swaybg_command },
|
||||
{ "workspace_layout", cmd_workspace_layout },
|
||||
};
|
||||
|
||||
/* Runtime-only commands. Keep alphabetized */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue