diff options
author | Dave Woodfall <dave@tty1.uk> | 2018-11-29 06:35:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-29 06:35:19 +0700 |
commit | 63569fa5d7a498f25d11abb004a014c1c7b02e43 (patch) | |
tree | c55aad56dd3b7cfd4851d62b3729ad762397dab7 /desktop/dwm/README | |
parent | 32cc5fd30b60122edaf92042dd9e68f054ad91c1 (diff) |
desktop/dwm: Use local config.h.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/dwm/README')
-rw-r--r-- | desktop/dwm/README | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/desktop/dwm/README b/desktop/dwm/README index 77a1a928c239e..bfe98c1adab23 100644 --- a/desktop/dwm/README +++ b/desktop/dwm/README @@ -1,11 +1,17 @@ -dwm is a dynamic window manager for X. It manages windows in tiled and -floating layouts. Either layout can be applied dynamically, optimizing -the environment for the application in use and the task performed. It -is the little brother of wmii. +dwm is a dynamic window manager for X. It manages windows in +tiled and floating layouts. Either layout can be applied +dynamically, optimizing the environment for the application +in use and the task performed. It is the little brother of +wmii. -As of 6.1, `st` is the default terminal. This does not require -installing `st`, only symlinking your favorite terminal to: +As of 6.1, `st` is the default terminal. This does not +require installing `st`, only symlinking your favorite +terminal to: /usr/local/bin/st +If a config.h is found in the SlackBuild directory it will +be copied to the source directory and used in the build, +allowing easy customisation. + See README.CONFIG for more information. |