diff --git a/dwm.md b/dwm.md index 94c7ee9..0e8dae9 100644 --- a/dwm.md +++ b/dwm.md @@ -90,3 +90,16 @@ Clean shutdown alt + shift + q +# Patches + +Download the patch from suckless.org, etc. + + patch < file.diff + +Preference is to put it into a patches/ folder within the repo. + +## Make a custom patch + +Make the changes to the code then compare the new and original files. + + diff -u OriginalFile UpdatedFile > PatchFile