iso-profiles/oem/starlabs-oem-gnome/desktop-overlay/etc/environment

25 lines
694 B
Text
Raw Normal View History

2020-04-06 13:02:41 +02:00
#
# This file is parsed by pam_env module
#
# Syntax: simple "KEY=VAL" pairs on separate lines
#
2023-01-25 16:13:28 +01:00
EDITOR=/usr/bin/nano
# https://doc.qt.io/qt-5/highdpi.html#high-dpi-support-in-qt
QT_AUTO_SCREEN_SCALE_FACTOR=1
2023-01-25 16:13:28 +01:00
# To use QGnomePlaform with AdwaitaQt style, comment out the following keys:
2023-01-25 16:13:28 +01:00
# Available options: gtk2, gnome, kde, qt5ct, xcb
2023-01-25 16:13:28 +01:00
# Note: Don't use in combination with QT_STYLE_OVERRIDE
QT_QPA_PLATFORMTHEME="qt5ct"
2023-01-25 16:13:28 +01:00
# Available styles: HighContrastInverse, HighContrast, Adwaita-HighContrastInverse,
# Adwaita-HighContrast, Adwaita-Dark, Adwaita, kvantum-dark, kvantum, qt5ct-style,
# Windows, Fusion
# Note: Don't use in combination with QT_QPA_PLATFORMTHEME
#QT_STYLE_OVERRIDE=""