blob: 5013e8d104c9a643ca2557d725dd89ffb95b16e1 (
plain)
1
2
3
4
5
6
7
8
9
|
# framework.sh
# Craig Jennings <c@cjennings.net>
# Framework 13 laptop specific environment variables
# HiDPI scaling (integer scaling for X11)
# Note: Wayland handles scaling differently via compositor
export GDK_DPI_SCALE=1
export GDK_SCALE=1
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|