Add GTK3 and QT5 HiDPI scaling variables
[khome.git] / home / lib / login_variables.sh
index ea77c6c..9d07f45 100644 (file)
@@ -2,7 +2,11 @@ export PATH=$HOME/bin:/snap/bin:/sbin:/usr/sbin:$PATH
 export EDITOR=vim
 export VISUAL=$EDITOR
 export DIR_GITHUB="${HOME}/Archives/Software/src/repos/remote/github.com"
+export DIR_NOTES="$HOME/Documents/Notes"
 
 # .Net Core
 export DOTNET_ROOT=$HOME/.dotnet
 export PATH=$PATH:$HOME/.dotnet
+
+# DPI
+. "$HOME/lib/login_variables_dpi.sh"
This page took 0.018644 seconds and 4 git commands to generate.