This commit is contained in:
TymanWasTaken 2022-05-16 23:50:01 -06:00
parent 2fdba8a7a5
commit 74183efddf
No known key found for this signature in database
GPG key ID: CE7836AA83D56858
4 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,8 @@ if [[ $XDG_SESSION_TYPE = 'wayland' ]]; then
else else
export PLASMA_USE_QT_SCALING=1 # Make Plasma work properly with high DPI scaling on X11 export PLASMA_USE_QT_SCALING=1 # Make Plasma work properly with high DPI scaling on X11
fi fi
# export GTK_USE_PORTAL=1 # Try to use native file pickers in GTK programs ## Below is disabled because it causes firefox to stop antialiasing fonts in wayland for some reason
#export GTK_USE_PORTAL=1 # Try to use native file pickers in GTK programs
#---------------------------------------------------------------------------------# #---------------------------------------------------------------------------------#
### Load pyenv ### Load pyenv
export PYENV_ROOT="$HOME/.pyenv" export PYENV_ROOT="$HOME/.pyenv"

Binary file not shown.