mirror of
https://github.com/swaywm/sway.git
synced 2026-06-13 14:33:19 -04:00
ipc_json_describe_container emits the original swallows JSON for unfilled placeholders. New sway-save-tree binary dumps a workspace tiling tree as append_layout-compatible JSON, synthesising swallows from app_id / class / instance.
8 lines
148 B
Meson
8 lines
148 B
Meson
executable(
|
|
'sway-save-tree',
|
|
'main.c',
|
|
include_directories: [sway_inc],
|
|
dependencies: [jsonc],
|
|
link_with: [lib_sway_common],
|
|
install: true
|
|
)
|