diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-04-28 08:45:46 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-04-28 08:45:46 -0400 |
| commit | 161723e8a1966146a77759b3d1b4677f93fc7bd0 (patch) | |
| tree | cc4c3cbb8473bc6bbbf190c97a966e77f081047a | |
| parent | 3cb901253cb1b0a64aaa5b1cabcf02ce40480b02 (diff) | |
| download | eibhear-161723e8a1966146a77759b3d1b4677f93fc7bd0.tar.gz eibhear-161723e8a1966146a77759b3d1b4677f93fc7bd0.tar.zst eibhear-161723e8a1966146a77759b3d1b4677f93fc7bd0.zip | |
Upstream problem with java not able to figure dwm's windows.
Jetbrains products (intellij Idea and pycharm) and Netbeans draws grey windows in dwm(upstream bug).
Intellij Idea will work with this two env vars. for pycharm, affected plebs may need to install the wmname tool (community repository)
| -rw-r--r-- | .zprofile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -51,6 +51,8 @@ export LESS_TERMCAP_ue="$(printf '%b' '[0m')" export LESSOPEN="| /usr/bin/highlight -O ansi %s 2>/dev/null" 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 # This is the list for lf icons: export LF_ICONS="di=📁:\ |
