diff options
author | Ryan P.C. McQuen <ryanpcmcquen@gmail.com> | 2014-02-04 23:42:53 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-08 11:10:09 -0600 |
commit | c35cf591c7103745b1096559bbb4a348c5bb6994 (patch) | |
tree | 401131bbe1646bc0d80a4326c454ac35f4891495 /desktop/dwm/README.CONFIG | |
parent | c29d193bb20dd4823fc2e6b0215abac442c720ca (diff) |
desktop/dwm: Clarify use of custom patches.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/dwm/README.CONFIG')
-rw-r--r-- | desktop/dwm/README.CONFIG | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop/dwm/README.CONFIG b/desktop/dwm/README.CONFIG index 0c8eaecaf285..1362b2c5fe4f 100644 --- a/desktop/dwm/README.CONFIG +++ b/desktop/dwm/README.CONFIG @@ -21,9 +21,10 @@ dwm draws a small border around windows to indicate their focus state. CUSTOMIZATION ------------- -Place patches in patches/ . Any files in this directory will be -applied before the build. If you wish to make changes to the default -keybindings or other settings, produce a patch against config.h. +Place patches in patches/ (this directory is not included by default). +Any files in this directory will be applied before the build. +If you wish to make changes to the default keybindings or other +settings, produce a patch against config.h. config.h is a copy of config.def.h distributed with the source tarball. |