summaryrefslogtreecommitdiffstats
path: root/desktop/dwm/README
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/dwm/README')
-rw-r--r--desktop/dwm/README21
1 files changed, 20 insertions, 1 deletions
diff --git a/desktop/dwm/README b/desktop/dwm/README
index 89a5d486f6..7a42126d34 100644
--- a/desktop/dwm/README
+++ b/desktop/dwm/README
@@ -19,6 +19,10 @@ See README.CONFIG for more information.
OPTIONS
+Use the full xinitrc with ConsoleKit and dbus support:
+
+ CK=yes sh dwm.SlackBuild
+
Use the system tray patch:
SYSTRAY=yes sh dwm.SlackBuild
@@ -31,6 +35,10 @@ Use rofi instead of dmenu:
ROFI=yes sh dwm.SlackBuild
+Enable keypad for tags as well as top row digits:
+
+ KEYPAD=yes sh dwm.SlackBuild
+
The ROFI option also installs dwm.rasi rofi theme to
/usr/share/rofi/themes. This is set to use the same
font as dwm, so if you have patched the dwm font then you
@@ -42,7 +50,7 @@ OPTIIONAL
st
A good minimal terminal with fontconfig support. Think
-"urxvt", but without perl support and the need to specify
+"urxvt", but without perl support or the need to specify
fallback fonts manually.
rofi
@@ -51,3 +59,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.