# i3gaps **Repository Path**: barfoot/i3gaps ## Basic Information - **Project Name**: i3gaps - **Description**: i3gaps安装脚本和配置说明 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. 运行脚本自动安装 2. MacBookPro的问题 因为retina屏幕的缘故,字体显示特别小,参考以下文档 https://harttle.land/2019/04/26/macbook-archlinux-install.html#header-8 首先改写 X11 的默认配置,在 ~/.Xresources 中增加: Xft.dpi: 168 Xft.autohint: 0 Xft.lcdfilter: lcddefault Xft.hintstyle: hintfull Xft.hinting: 1 Xft.antialias: 1 Xft.rgba: rgb 并在 ~/.profile 中给 GDK 和 QT 也设置好缩放参数: export GDK_SCALE=2 export GDK_DPI_SCALE=0.5 export QT_AUTO_SCREEN_SCALE_FACTOR=1