Update .zprofile

This commit is contained in:
Vlad Doster 2020-05-18 20:23:48 -05:00 committed by GitHub
parent fe1e73bc77
commit 9cde7cbdbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ export LESS_TERMCAP_se="$(printf '%b' '')"
export LESS_TERMCAP_so="$(printf '%b' '')"
export LESS_TERMCAP_ue="$(printf '%b' '')"
export LESS_TERMCAP_us="$(printf '%b' '')"
export AWT_TOOLKIT="MToolkit wmname LG3D" # May have to install wmname
export AWT_TOOLKIT="MToolkit wmname LG3D" # May have to install wmname.
export MOZ_USE_XINPUT2="1" # Mozilla smooth scrolling/touchpads.
export QT_QPA_PLATFORMTHEME="gtk2" # Have QT use gtk2 theme.
export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm.