Reputation: 852
Whenever I launch the Git Bash window, it always starts at the upper left corner of the screen, so I have to drag it to the center to see it clearly.
Is there a way to change the default launch position, so that I don't have to drag it every time I launch it?
Essentially I'm looking for a Windows's solution to this: How can I set gnome-terminal's X and Y startup position?
Thank you!
Upvotes: 4
Views: 1213
Reputation: 852
1. Go to C:\Users\username\.minttyrc
2. Specify the x and y position in two new lines like this:
X=300
Y=300
3. Save for it to take effect.
Upvotes: 10