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

Function disableMultimonitorSupport

stackoverlay.js:109–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107}
108
109export function disableMultimonitorSupport() {
110 pointerWatch?.remove();
111 pointerWatch = null;
112 console.debug('paperwm multimonitor support is DISABLED');
113}
114
115export function createAppIcon(metaWindow, size) {
116 let tracker = Shell.WindowTracker.get_default();

Callers 2

disableFunction · 0.85
multimonitorSupportFunction · 0.85

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected