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

Function isWindowAnimating

tiling.js:4789–4792  ·  view source on GitHub ↗
(metaWindow)

Source from the content-addressed store, hash-verified

4787}
4788
4789export function isWindowAnimating(metaWindow) {
4790 let clone = metaWindow.clone;
4791 return clone.get_parent() && clone.cloneActor.visible;
4792}
4793
4794export function toggleMaximizeHorizontally(metaWindow) {
4795 metaWindow = metaWindow || display.focus_window;

Callers 2

insertWindowFunction · 0.85
showHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected