As a huge fan of hammerspoon, this is my window manager plugin.
Download spoon file from releases page and install it with double clicking it, then open your hammerspoon config and add this line to it;
hs.loadSpoon("OzzyWM")
then reload your config; you are ready to go.
Symbol | Keyboar Key |
---|---|
⇧ | Shift |
⌃ | Control |
⌥ | Option |
⌘ | Command |
↑ | Up Arrow |
→ | Right Arrow |
↓ | Down Arrow |
← | Left Arrow |
⇥ | Tab Key |
␣ | Space Kay |
Hotkey | Operation |
---|---|
⌃ + ⌥ + ⌘ + ⇥ | Next Window |
⇧ + ⌃ + ⌥ + ⌘ + ⇥ | Previous Window |
Hotkey | Operation |
---|---|
⌃ + ⌥ + ⌘ + 1 | Dock window to left side and resize it to 1/8 |
⌃ + ⌥ + ⌘ + 2 | Dock window to left side and resize it to 2/8 |
⌃ + ⌥ + ⌘ + 3 | Dock window to left side and resize it to 3/8 |
⌃ + ⌥ + ⌘ + 4 | Dock window to left side and resize it to 4/8 |
⌃ + ⌥ + ⌘ + 5 | Dock window to left side and resize it to 5/8 |
⌃ + ⌥ + ⌘ + 6 | Dock window to left side and resize it to 6/8 |
⌃ + ⌥ + ⌘ + 7 | Dock window to left side and resize it to 7/8 |
⌃ + ⌥ + ⌘ + 8 | Window becomes full screen |
⇧ + ⌃ + ⌥ + ⌘ + 1 | Dock window to right side and resize it to 1/8 |
⇧ + ⌃ + ⌥ + ⌘ + 2 | Dock window to right side and resize it to 2/8 |
⇧ + ⌃ + ⌥ + ⌘ + 3 | Dock window to right side and resize it to 3/8 |
⇧ + ⌃ + ⌥ + ⌘ + 4 | Dock window to right side and resize it to 4/8 |
⇧ + ⌃ + ⌥ + ⌘ + 5 | Dock window to right side and resize it to 5/8 |
⇧ + ⌃ + ⌥ + ⌘ + 6 | Dock window to right side and resize it to 6/8 |
⇧ + ⌃ + ⌥ + ⌘ + 7 | Dock window to right side and resize it to 7/8 |
⇧ + ⌃ + ⌥ + ⌘ + 8 | Window becomes full screen |
Hotkey | Operation |
---|---|
⇧ + ⌃ + ⌥ + ⌘ + ␣ | Toggles the zoom state of the window |
Hotkey | Operation |
---|---|
⌃ + ⌥ + ⌘ + ↑ | Slide window to top edge of the screen without resizing it |
⌃ + ⌥ + ⌘ + → | Slide window to right edge of the screen without resizing it |
⌃ + ⌥ + ⌘ + ↓ | Slide window to bottom edge of the screen without resizing it |
⌃ + ⌥ + ⌘ + ← | Slide window to left edge of the screen without resizing it |
⌃ + ⌥ + ⌘ + ␣ | Slide window middle of the screen in x and y axis |
Pressing hotkeys again shrinks down the window to quarter of the side you press. If you press other arrow hotkeys (except opposite arrow) the window shrinks down to the corners of the screen.
Hotkey | Operation |
---|---|
⇧ + ⌃ + ⌥ + ⌘ + ↑ | Snap window to top half of the screen |
⇧ + ⌃ + ⌥ + ⌘ + → | Snap window to right half side of the screen |
⇧ + ⌃ + ⌥ + ⌘ + ↓ | Snap window to bottom half of the screen |
⇧ + ⌃ + ⌥ + ⌘ + ← | Snap window to left half side of the screen |