lxq.link

mac 调整 gitk 显示分辨率

ON THIS PAGE

修改前需要关闭mac rootless,关闭 rootless 可参考:http://xiaoqiangli.com/OWmbMZvOKM

sudo vim /System/Library/Frameworks/Tk.framework/Versions/Current/Resources/Wish.app/Contents/Info.plist

# 在</dict>前添加
<key>NSHighResolutionCapable</key>
<true/>

# 更新wish.app配置
sudo touch /System/Library/Frameworks/Tk.framework/Versions/Current/Resources/Wish.app
2020-04-22
上一篇:设置docker国内镜像源
下一篇:Syncing forked repository from upstream