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

Function selectedSpace

tiling.js:5453–5453  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5451 navigator._moving = [];
5452
5453 const selectedSpace = () => spaces.selectedSpace;
5454 const changeSpace = metaWindow => {
5455 const space = selectedSpace();
5456 if (spaces.spaceOfWindow(metaWindow) !== space) {

Callers 2

changeSpaceFunction · 0.85
takeWindowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected