0.5.0 • Published 9 months ago

@bond-wm/layout-floating v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@bond-wm/layout-floating

A default floating layout for the bond-wm window manager.

Usage

Import and add floating layouts in your config module:

import { createFloatingLayout } from "@bond-wm/layout-floating";

const config: IConfig = {
  // ...

  /** Layouts available to cycle through. */
  layouts: [createFloatingLayout({ floatRight: false })],
};

Configuration

  • floatRight: If true, windows start on the right side of the screen.
0.5.0

9 months ago

0.4.0

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago