summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dave Woodfall2019-06-08 07:42:07 +0200
committer Willy Sudiarto Raharjo2019-06-09 00:33:19 +0200
commit6bedbfe303dcfa9427e09ded8f90f86dae212ae6 (patch)
treedce2786903ab0fa0eb8a9813494633b3aaf7d7ce
parent5f2bafbe9387d4f6e29415e1bff74ed2d8a1cee9 (diff)
downloadslackbuilds-6bedbfe303dcfa9427e09ded8f90f86dae212ae6.tar.gz
desktop/dwm: Add note to README
-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.