Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.3 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.3 KB

WindowingHotKeys

A simple zero-dependency window manager for macOS.

Usage

Move and resize windows with global hot keys.

Hot Key Description
+ + Top half
+ + Bottom half
+ + Right half
+ + Left half
+ + U Top Left Quarter
+ + I Top Right Quarter
+ + J Bottom Left Quarter
+ + K Bottom Right Quarter
+ + Maximize
+ + C Center
+ + Restore

How to quit the app after hiding the status bar item

Open the Terminal, type kill $(pgrep WindowingHotKeys) and hit enter. The application will then terminate, and can be launched again with the status bar item appearing as usual.