0.2.0 • Published 5 months ago

@electron-wm/layout-floating v0.2.0

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

@electron-wm/layout-floating

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

Usage

Import and add floating layouts in your config module:

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

export default {
  // ...

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

Configuration

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

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago