Created
June 8, 2020 15:49
-
-
Save kmatt/f32ebd56f93f6ebfee30b828a88649d6 to your computer and use it in GitHub Desktop.
i3 Retina (https://dougie.io/linux/hidpi-retina-i3wm/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export GDK_SCALE=2 | |
| export GDK_DPI_SCALE=0.5 | |
| export QT_AUTO_SCREEN_SCALE_FACTOR=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Xft.dpi: 192 | |
| URxvt.font: xft:FiraMono-Regular:size=10 | |
| Xft.autohint: 0 | |
| Xft.lcdfilter: lcddefault | |
| Xft.hintstyle: hintfull | |
| Xft.hinting: 1 | |
| Xft.antialias: 1 | |
| Xft.rgba: rgb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment