Add HIDPI shell export, fix HiDPI in config.org

This commit is contained in:
Riyyi
2020-08-21 21:12:19 +02:00
parent f95833ae75
commit ea6f6995d8
2 changed files with 8 additions and 8 deletions
+3
View File
@@ -19,6 +19,9 @@ export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc"
export PLATFORMIO_HOME_DIR="$XDG_DATA_HOME/platformio"
export R_ENVIRON_USER="$XDG_CONFIG_HOME/R/Renviron"
# HiDPI screen
export HIDPI=true
# GPG
export GNUPGHOME="$XDG_CONFIG_HOME/gnupg"