2

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!

kohane15
  • 809
  • 12
  • 16

1 Answers1

9

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.

kohane15
  • 809
  • 12
  • 16