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)
This commit is contained in:
parent
3cb901253c
commit
161723e8a1
1 changed files with 2 additions and 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 LESSOPEN="| /usr/bin/highlight -O ansi %s 2>/dev/null"
|
||||||
export QT_QPA_PLATFORMTHEME="gtk2" # Have QT use gtk2 theme.
|
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 AWT_TOOLKIT="MToolkit wmname LG3D" #May have to install wmname
|
||||||
|
|
||||||
# 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