README 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. dwm is a dynamic window manager for X. It manages windows in
  2. tiled and floating layouts. Either layout can be applied
  3. dynamically, optimizing the environment for the application
  4. in use and the task performed. It is the little brother of
  5. wmii.
  6. As of 6.1, `st` is the default terminal. This does not
  7. require installing `st`, only symlinking your favorite
  8. terminal to:
  9. /usr/local/bin/st
  10. If a config.h is found in the SlackBuild directory it will
  11. be copied to the source directory and used in the build,
  12. allowing easy customisation.
  13. See README.CONFIG for more information.
  14. OPTIONS
  15. Use the full xinitrc with ConsoleKit and dbus support:
  16. CK=yes sh dwm.SlackBuild
  17. Use the system tray patch:
  18. SYSTRAY=yes sh dwm.SlackBuild
  19. Use Mod4 (Windows key) instead of Mod1 (alt):
  20. MOD4=yes sh dwm.SlackBuild
  21. Use rofi instead of dmenu:
  22. ROFI=yes sh dwm.SlackBuild
  23. Enable keypad for tags as well as top row digits:
  24. KEYPAD=yes sh dwm.SlackBuild
  25. The ROFI option also installs dwm.rasi rofi theme to
  26. /usr/share/rofi/themes. This is set to use the same
  27. font as dwm, so if you have patched the dwm font then you
  28. may also want to adjust it to match.
  29. OPTIIONAL
  30. st
  31. A good minimal terminal with fontconfig support. Think
  32. "urxvt", but without perl support or the need to specify
  33. fallback fonts manually.
  34. rofi
  35. A good replacement for dmenu, which caches commands hit rate
  36. so that the most used ones are listed first and saves a lot
  37. of extra typing. Cache can be cleared by deleting
  38. ~/.cache/rofi-*.runcache
  39. NOTE
  40. Some java applications seem to have problems displaying in
  41. dwm. If you find any problems try:
  42. export _JAVA_AWT_WM_NONREPARENTING=1
  43. in your shell before starting the application. This is
  44. known to fix pycharm.