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

Function showWindows

scratch.js:231–234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

229}
230
231export function showWindows() {
232 let ws = getScratchWindows().filter(w => !w.minimized);
233 ws.forEach(Tiling.showWindow);
234}

Callers

nothing calls this directly

Calls 1

getScratchWindowsFunction · 0.85

Tested by

no test coverage detected