summaryrefslogtreecommitdiffstats
path: root/desktop/dwm/README.SBo
blob: 02b71b4beac57db8484b8b7c4cb10aa11f10ed15 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
 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:

$ tar xvf dwm-5.7.2.tar.gz
$ cd dwm-5.7.2
$ cp config.def.h config.h
$ vi config.h
[make customizations]
$ diff -u config.def.h config.h > ../patches/config.patch
$ cd ..
$ sh dwm.SlackBuild