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

Function hide

scratch.js:209–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207}
208
209export function hide() {
210 let windows = getScratchWindows();
211 windows.map(function(meta_window) {
212 meta_window.minimize();
213 });
214}
215
216export function animateWindows() {
217 let ws = getScratchWindows().filter(w => !w.minimized);

Callers 2

toggleScratchFunction · 0.85
toggleScratchWindowFunction · 0.85

Calls 1

getScratchWindowsFunction · 0.85

Tested by

no test coverage detected