An open API service indexing awesome lists of open source software.

https://github.com/venryx/vdm-window-manager

Utility for managing window states. Examples: preserve window positions/sizes through sleep, move sets of windows between monitors
https://github.com/venryx/vdm-window-manager

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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: https://github.com/node-ffi/node-ffi/pull/544#issuecomment-565282917

### 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.