mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
24 lines
563 B
Text
24 lines
563 B
Text
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
|
|
|
|
|
|
|
|
|