summaryrefslogtreecommitdiff
path: root/desktop/dwm/README.SBo
diff options
context:
space:
mode:
authorTom Canich <tcanich@canich.net>2010-05-12 23:28:17 +0200
committerChess Griffin <chess@slackbuilds.org>2010-05-12 23:28:17 +0200
commit045acf5134803e25185e794c7bd703c254100f70 (patch)
treee299d96cb06fa394235faa4873f2f871a55a4eb8 /desktop/dwm/README.SBo
parentcc1a947b2ad3dd8fd7186201aea2b9ed4cc1d56f (diff)
downloadslackbuilds-045acf5134803e25185e794c7bd703c254100f70.tar.gz
desktop/dwm: Added to 12.2 repository
Diffstat (limited to 'desktop/dwm/README.SBo')
-rw-r--r--desktop/dwm/README.SBo24
1 files changed, 24 insertions, 0 deletions
diff --git a/desktop/dwm/README.SBo b/desktop/dwm/README.SBo
new file mode 100644
index 0000000000..b21499496b
--- /dev/null
+++ b/desktop/dwm/README.SBo
@@ -0,0 +1,24 @@
+ 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.
+config.h is a copy of config.def.h distributed with the source
+tarball.
+
+Place any patches in the patches/ directory before starting the
+SlackBuild script.
+
+Example:
+
+$ cd dwm-5.5
+$ cp config.def.h config.h
+$ vi config.h
+[make customizations]
+$ diff -u config.h config.def.h >> ../patches/config.patch
+$ cd ..
+$ sh dwm.SlackBuild
+
+
+
+