1 dwm is a dynamic window manager for X. It manages windows in tiled and
2 floating layouts. Either layout can be applied dynamically, optimizing
3 the environment for the application in use and the task performed. It is
4 the little brother of wmii.
6 As of 6.1, `st' is the default terminal. This does not require
7 installing `st', only symlinking your favourite terminal to:
11 If a config.h is found in the SlackBuild directory it will be copied to
12 the source directory and used in the build, allowing easy customisation.
14 See README.CONFIG for more information.
18 The following options all default to `no', but can be enabled by E.G.:
20 CK=yes ./dwm.SlackBuild
22 An xinitrc with ConsoleKit and dbus support: CK=yes
23 A system tray patch: SYSTRAY=yes
24 Use Mod4 (Windows key) instead of Mod1 (alt): MOD4=yes
25 Use rofi instead of dmenu: ROFI=yes
26 Enable keypad for tags as well as top row digits: KEYPAD=yes
27 Enable extra patches (in patches directory): PATCHES=yes
28 Change default bar font size: FONTSIZE=N
30 Multiple options can be used together.
32 The ROFI option also installs dwm.rasi rofi theme to
33 /usr/share/rofi/themes. This uses the same font as dwm, so if you have
34 patched the dwm font then you may also want to adjust it to match.
38 st: A very minimal terminal with fontconfig support. Think `urxvt', but
39 with automatic font fallback.
41 rofi: A replacement for dmenu with more features, themes etc.
45 The following may fix problems displaying java applications:
47 export _JAVA_AWT_WM_NONREPARENTING=1
49 This should be run in the shell before starting the application. This
50 is known to fix pycharm.