diff options
author | Ryan P.C. McQuen <ryan.q@linux.com> | 2015-11-27 10:09:49 -0800 |
---|---|---|
committer | Ryan P.C. McQuen <ryan.q@linux.com> | 2015-11-27 10:09:49 -0800 |
commit | 7a7e1d1d8f5524380d24875ceb74ada9fe528b61 (patch) | |
tree | 690788a27a5b9c114e5a5ecb6ed2a1fe99aa0f8d /desktop/dwm/README.CONFIG | |
parent | c96747f4ed80529657ae9609440cdbf7a69a5620 (diff) |
desktop/dwm: Updated for version 6.1.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
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 bbd139540a92..2114820081d9 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 - |