diff options
Diffstat (limited to 'desktop/dwm/README.CONFIG')
-rw-r--r-- | desktop/dwm/README.CONFIG | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/desktop/dwm/README.CONFIG b/desktop/dwm/README.CONFIG index bbd139540a927..2114820081d96 100644 --- a/desktop/dwm/README.CONFIG +++ b/desktop/dwm/README.CONFIG @@ -49,20 +49,23 @@ tarball. Place any patches in the patches/ directory before starting the SlackBuild script. A sample patch is included that will change -the default terminal from 'uxterm' to 'st'. -This video shows how I created the patch: +the default terminal from 'st' to 'uxterm'. +This video shows one method of patch creation: + +https://asciinema.org/a/30752 + +Here is an older video on patch creation: https://asciinema.org/a/7886 Example: -$ cd dwm-6.0 +$ cd dwm-6.1 $ cp config.def.h config.h $ vi config.h [make customizations] -$ diff -u config.h config.def.h >> ../patches/config.patch +$ diff -u config.h config.def.h > ../patches/awesome_changes.patch $ cd .. $ sh dwm.SlackBuild - |