MCPcopy Create free account
hub / github.com/bea4dev/ShojiWM / tileableWindows

Method tileableWindows

packages/config/src/window-manager.ts:3979–3984  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3977 // collapsing it to its minimum size. (Chrome and friends remember
3978 // their previous session state and start maximized, which makes this
3979 // easy to hit.)
3980 if (window.state[WINDOW_STATE_MAXIMIZED]()) {
3981 playRectAnimation(
3982 window,
3983 WINDOW_STATE_RECT,
3984 this.maximizedRootRect(window),
3985 WINDOW_MANAGEMENT_EASING,
3986 WINDOW_MANAGEMENT_ANIMATION_DURATION,
3987 MANAGED_WINDOW_ONLY_ANIMATION,

Callers 13

removeWindowMethod · 0.95
removeFloatingWindowMethod · 0.95
moveFocusedTileMethod · 0.95
setTiledMethod · 0.95
applyLayoutMethod · 0.95
resizeTileMethod · 0.95
scrollByMethod · 0.95
focusRelativeMethod · 0.95
moveTileWindowToIndexMethod · 0.95
scrollToWindowMethod · 0.95

Calls 1

shouldTileMethod · 0.95

Tested by

no test coverage detected