summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--desktop/dwm/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/dwm/README b/desktop/dwm/README
index 89a5d486f6..64d2e2e699 100644
--- a/desktop/dwm/README
+++ b/desktop/dwm/README
@@ -51,3 +51,14 @@ A good replacement for dmenu, which caches commands hit rate
so that the most used ones are listed first and saves a lot
of extra typing. Cache can be cleared by deleting
~/.cache/rofi-*.runcache
+
+
+NOTE
+
+Some java applications seem to have problems displaying in
+dwm. If you find any problems try:
+
+export _JAVA_AWT_WM_NONREPARENTING=1
+
+in your shell before starting the application. This is
+known to fix pycharm.