mirror of
https://github.com/swaywm/sway.git
synced 2026-06-13 14:33:19 -04:00
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:
parent
21358c7c0e
commit
cdb955f699
4 changed files with 50 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue