Accept a name for dl and include starter script file
[khome.git] / home / lib / login_variables_dpi_high.sh
CommitLineData
11c1919d
SK
1# GDK 3 (GTK 3)
2# https://wiki.archlinux.org/index.php/HiDPI#GDK_3_(GTK_3)
3export GDK_SCALE=2
4
5# QT
6# https://wiki.archlinux.org/index.php/HiDPI#Qt_5
7# https://doc.qt.io/qt-5/highdpi.html
8# https://blog.qt.io/blog/2016/01/26/high-dpi-support-in-qt-5-6/
9#export QT_SCALE_FACTOR=2 # Causes qutebrowser UI fonts to have large gaps.
10export QT_FONT_DPI=192 # Scales qutebrowser UI fonts as expected.
This page took 0.0940260000000001 seconds and 4 git commands to generate.