sxalert

Simple notification system for X
git clone git://mcdim.xyz/sxalert.git
Log | Files | Refs | README | LICENSE

README.txt (523B)


      1 Patches
      2 =======
      3 
      4 In this directory you will find patches for sxalert that come in the form
      5 of .diff files. These have been tested to work with specific versions of
      6 sxalert, but may support other versions too.
      7 
      8 To apply a patch, copy the diff file to the project's root directory
      9 where the source code is and run:
     10 
     11 	$ patch < file.diff
     12 
     13 where file.diff is the diff file. 
     14 
     15 Notes:
     16 If a hunk fails, you'll have to add the patch manually from the .rej file.
     17 You may also have to adjust your config file after applying a patch.