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
- Host: GitHub
- URL: https://github.com/venryx/vdm-window-manager
- Owner: Venryx
- License: mit
- Created: 2019-10-10T01:09:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T11:59:32.000Z (over 3 years ago)
- Last Synced: 2025-06-29T01:56:46.162Z (about 1 year ago)
- Language: JavaScript
- Size: 865 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.