Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the window manager configuration.

Hierarchy

  • WMConfig

Index

Properties

animations

animations: { windowClose: string; windowOpen: string }

WM animations.

Type declaration

  • windowClose: string

    Window close animation.

  • windowOpen: string

    Window open animation.

dragging

dragging: { hideWindow: false; simpleDragBox: false }

Dragging behavior configuration.

Type declaration

  • hideWindow: false

    Whether to hide the window whilst dragging.

  • simpleDragBox: false

    Whether to use a simple drag box when dragging.

features

features: { disableAllAnimations: false; enableClearFix: false; use12hTime: false; windowSnap: true }

WM features.

Type declaration

  • disableAllAnimations: false

    Whether to disable all animations.

  • enableClearFix: false

    Whether to enable the clearfix hack (to fix bitmap font issues).

  • use12hTime: false

    Whether to use 12 hr time.

  • windowSnap: true

    Whether window snap is enabled.

Generated using TypeDoc