sxalert

Simple notification system for X
Log | Files | Refs | README | LICENSE

commit cc5d699529c94b92e757a74f46f137bce5e15a34
parent c5df9f439e530f8340f2ed8ba1ac7e3033a08562
Author: Michael Constantine Dimopoulos <mk@mcdim.xyz>
Date:   Sat, 18 Nov 2023 03:53:42 +0000

Added general readme for patches

Diffstat:
Apatches/README.txt | 17+++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)

diff --git a/patches/README.txt b/patches/README.txt @@ -0,0 +1,17 @@ +Patches +======= + +In this directory you will find patches for sxalert that come in the form +of .diff files. These have been tested to work with specific versions of +sxalert, but may support other versions too. + +To apply a patch, copy the diff file to the project's root directory +where the source code is and run: + + $ patch < file.diff + +where file.diff is the diff file. + +Notes: +If a hunk fails, you'll have to add the patch manually from the .rej file. +You may also have to adjust your config file after applying a patch.