Glimble 0.1.2
New in 0.1.2 — more gestures, snapping through the OS.
New gestures
- Edge swipe — swipe inward from a trackpad edge (left/right/top/bottom).
- Force Touch — a firm press, now calibrated to real hardware pressure (the earlier threshold mis-fired on normal touches).
- Drawn shapes — draw a circle, check ✓, or caret ∧ / ∨ with your fingers ($1 unistroke recognizer).
Window snapping goes through the OS
- Halves / quarters / center / fill now drive macOS's own Window ▸ Move & Resize menu, so the system applies its own margins and multi-display rules. Falls back to a direct frame on apps that don't expose the menu. Maximize and Minimize keep using the native green/yellow window buttons.
Install
brew tap gum798/glimble
brew trust gum798/glimble # Homebrew 5+ requires trusting third-party tap casks
brew install --cask glimble
xattr -dr com.apple.quarantine "/Applications/Glimble.app"
open "/Applications/Glimble.app"Already installed? brew upgrade --cask glimble (you'll re-grant Input Monitoring + Accessibility, since ad-hoc builds change identity each release).