commands: implement cmd_append_layout

Wires the JSON loader to a config/runtime command. Defers at
config-read time so workspaces exist when the layout is applied.
This commit is contained in:
codegax 2026-04-29 09:15:00 -06:00
parent 21358c7c0e
commit cdb955f699
4 changed files with 50 additions and 0 deletions

View file

@ -105,6 +105,7 @@ sway_cmd cmd_exec_validate;
sway_cmd cmd_exec_process;
sway_cmd cmd_allow_tearing;
sway_cmd cmd_append_layout;
sway_cmd cmd_assign;
sway_cmd cmd_bar;
sway_cmd cmd_bindcode;