MCPcopy Index your code
hub / github.com/paperwm/PaperWM / setAllWorkspacesInactive

Function setAllWorkspacesInactive

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

Source from the content-addressed store, hash-verified

4568 * Particularly noticable with multi-monitor setups.
4569 */
4570export function setAllWorkspacesInactive() {
4571 spaces.forEach(s => s.setSelectionInactive());
4572}
4573
4574/**
4575 * Returns the default focus mode (can be user-defined).

Callers 2

updateSelectionFunction · 0.85
focus_handlerFunction · 0.85

Calls 1

setSelectionInactiveMethod · 0.80

Tested by

no test coverage detected