Skip to content

Utility for managing window states. Examples: preserve window positions/sizes through sleep, move sets of windows between monitors

License

Notifications You must be signed in to change notification settings

Venryx/vdm-window-manager

Repository files navigation

VDM Window Manager

Utility for managing window states. Examples: preserve window positions/sizes through sleep, move sets of windows between monitors

Installation

Note: These instructions are old; some steps might not be needed.

  1. Clone or download repo to disk.
  2. Install NodeJS version compatible with node-ffi. (recommend using nvm-windows)
  3. Run npm install --global --production windows-build-tools.
  4. Run npm install in root folder.
  5. On Node 12, currently I need to also perform these post-install steps: node-ffi/node-ffi#544 (comment)

Usage

Run the Start.bat file.

Actions

Store Window States (default: ctrl + alt + numpad 1 -- with numlock off)

Stores the position/size/state of each visible window.

Restore Window States (default: ctrl + alt + numpad 3 -- with numlock off)

Restores the position/size/state of each window whose state was previously stored.

About

Utility for managing window states. Examples: preserve window positions/sizes through sleep, move sets of windows between monitors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published