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

Method hasFullScreenWindow

tiling.js:1059–1061  ·  view source on GitHub ↗

* Returns true iff this space has a currently fullscreened window.

()

Source from the content-addressed store, hash-verified

1057 * Returns true iff this space has a currently fullscreened window.
1058 */
1059 hasFullScreenWindow() {
1060 return this.getWindows().some(w => w.fullscreen);
1061 }
1062
1063 swap(direction, metaWindow) {
1064 metaWindow = metaWindow || this.selectedWindow;

Callers 1

focus_handlerFunction · 0.80

Calls 1

getWindowsMethod · 0.95

Tested by

no test coverage detected