rxhanson / Rectangle

Move and resize windows on macOS with keyboard shortcuts and snap areas
https://rectangleapp.com
Other
25.09k stars 741 forks source link

Snap feature aligns Terminal apps incorrectly. #1410

Open Phanquan opened 1 week ago

Phanquan commented 1 week ago

macOS version: 13.6.7 Rectangle version: 0.80 (86) Logs if applicable (In Rectangle menu, hold option, "View Logging..."):

Well, snapping terminal app with incorrect alignment, although I use iterm all the time, it kinda bugs the ocd out of me.

Screenshot 2024-06-19 at 15 46 51
rxhanson commented 1 week ago

If you use iTerm2, you can disable window size fitting to the character grid (using pixels instead) with the following Terminal command:

defaults write com.googlecode.iterm2 DisableWindowSizeSnap -integer 1

If you're using Terminal, I'm not aware of a setting that can adjust this. Let me know if you find one!