1

I am using gitk in mac and font size is really small for me. For a session I increase the font size by clicking in gui Preferences >> Fonts >> Changing all font size from 9 to 16 But this change is only valid for that gitk screen.

When I open a new gitk window font size default back to 9. How can I persist font size to 16 so that everytime I open gitk I get my preferred setting?

This question is specific to Mac.

1615903
  • 32,635
  • 12
  • 70
  • 99
jayant
  • 366
  • 4
  • 14

1 Answers1

1

Working as it is, changes persist as well. I started gitk from intellij terminal. When I invalidated cache and restart intellij, my gitk started showing the changed fonts.

jayant
  • 366
  • 4
  • 14
  • You can also verify that the changes were saved by checking the file `~/.config/git/gitk`. Some sizes like 16 are a bit too non-standard for the font selector UI. – seanf Nov 26 '21 at 04:45