0.6.0 • Published 1 year ago
@bond-wm/layout-tiling v0.6.0
@bond-wm/layout-tiling
A default tiling layout for the bond-wm window manager.
Usage
Import and add a tiling layout in your config module:
import LayoutTiling from "@bond-wm/layout-tiling";
const config: IConfig = {
// ...
/** Layouts available to cycle through. */
layouts: [LayoutTiling],
};