diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-05-13 16:40:52 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-05-13 16:40:52 -0400 |
| commit | 37c754477ab8375ad3ae91103fe070b37c60fd0c (patch) | |
| tree | 78896bc1c46df3ab49be174b70087a2cc53ac49f | |
| parent | 8f05c7d79f91783d2cafe00a7d479eef9d652e8a (diff) | |
| download | eibhear-37c754477ab8375ad3ae91103fe070b37c60fd0c.tar.gz eibhear-37c754477ab8375ad3ae91103fe070b37c60fd0c.tar.zst eibhear-37c754477ab8375ad3ae91103fe070b37c60fd0c.zip | |
fix for java applications in dwm
| -rw-r--r-- | .zprofile | 1 |
1 files changed, 1 insertions, 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 _JAVA_AWT_WM_NONREPARENTING=1 # Java doesn't understand tiling windows 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: export LF_ICONS="di=📁:\ |
