MCPcopy
hub / github.com/paperwm/PaperWM / sync

Function sync

virtTiling.js:66–77  ·  view source on GitHub ↗
(space_ = space)

Source from the content-addressed store, hash-verified

64 monitor.add_child(tilingContainer);
65
66 function sync(space_ = space) {
67 let columns = layout(
68 fromSpace(space_, scale),
69 workArea,
70 prefs
71 );
72 renderAndView(
73 tilingContainer,
74 columns
75 );
76 tilingContainer.x = space_.targetX * scale;
77 }
78
79 sync();
80

Callers 1

replFunction · 0.85

Calls 3

layoutFunction · 0.85
fromSpaceFunction · 0.85
renderAndViewFunction · 0.85

Tested by

no test coverage detected