fix for java applications in dwm
This commit is contained in:
parent
8f05c7d79f
commit
37c754477a
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ export QT_QPA_PLATFORMTHEME="gtk2" # Have QT use gtk2 theme.
|
||||||
export MOZ_USE_XINPUT2="1" # Mozilla smooth scrolling/touchpads.
|
export MOZ_USE_XINPUT2="1" # Mozilla smooth scrolling/touchpads.
|
||||||
export _JAVA_AWT_WM_NONREPARENTING=1 # Java doesn't understand tiling windows
|
export _JAVA_AWT_WM_NONREPARENTING=1 # Java doesn't understand tiling windows
|
||||||
export AWT_TOOLKIT="MToolkit wmname LG3D" #May have to install wmname
|
export AWT_TOOLKIT="MToolkit wmname LG3D" #May have to install wmname
|
||||||
|
export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm
|
||||||
|
|
||||||
# This is the list for lf icons:
|
# This is the list for lf icons:
|
||||||
export LF_ICONS="di=📁:\
|
export LF_ICONS="di=📁:\
|
||||||
|
|
Loading…
Reference in a new issue