diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2019-06-08 06:42:07 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-06-09 05:33:19 +0700 |
commit | 6bedbfe303dcfa9427e09ded8f90f86dae212ae6 (patch) | |
tree | dce2786903ab0fa0eb8a9813494633b3aaf7d7ce | |
parent | 5f2bafbe9387d4f6e29415e1bff74ed2d8a1cee9 (diff) | |
download | slackbuilds-6bedbfe303dcfa9427e09ded8f90f86dae212ae6.tar.gz |
desktop/dwm: Add note to README
-rw-r--r-- | desktop/dwm/README | 11 |
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. |