diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2020-11-23 11:17:19 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2020-11-23 11:17:19 +0100 |
commit | cb45c4d05f347dddfea0460cce6ab386ecec83b0 (patch) | |
tree | b7cd5f58ee9321aa5bea52e2ddcbfff58ed6c764 | |
parent | 973036b379f936da93d1186951c74554368ce08c (diff) | |
download | bin-cb45c4d05f347dddfea0460cce6ab386ecec83b0.zip bin-cb45c4d05f347dddfea0460cce6ab386ecec83b0.tar.gz |
bashrc : set QT_FONT_DPI
-rw-r--r-- | bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,6 +30,9 @@ set -o vi shopt -s autocd +# DPI +export QT_FONT_DPI=100 + # COLORLS OSNAME=`uname` case $OSNAME in |