mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
b1335a3628
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
8 lines
175 B
Plaintext
8 lines
175 B
Plaintext
# QT settings
|
|
export QT_QPA_PLATFORMTHEME="qt5ct"
|
|
export QT_AUTO_SCREEN_SCALE_FACTOR=0
|
|
export QT_STYLE_OVERRIDE=gtk2
|
|
|
|
# read enviroment variables
|
|
source ~/.config/zsh/.zshenv
|