Move and resize windows with easy and you don't need to know a lot of commands. Customise position preset the way you like!
Just press ⌘ + A
and choose the position
WindowManager display different preset when the monitor height * 0.7 larger then width:
Press A
again to display shortcuts
Additional commands
When Menu opened
←, ↑, →, ↓
- moving across the menu with arrowenter
- choose selected position
After installing BetterTouchTool, you can import/export configurations from the Manage Presets button.
-
Download preset: WindowManager.bttpreset and WindowManager.html
-
Change HTML source to a local path eg
/Users/$USER/Downloads/WindowManager.html
- Clone the repo
- Install dependencies
yarn install
- Generate HTML page
yarn build
-
Change HTML source to locally generated file in
<root>/dist/WindowManager.html
Run a local dev server to preview changes:
yarn start
src/types.ts
define custom presetsrc/style.css
customize position icon
How to change the size Update css variable in style.css
:root {
--size: 50px;
--padding: 3px;
}
Licensed under the WTFPL license.