From a966c86682ed4fabc93e2affac2f309dd8f570c2 Mon Sep 17 00:00:00 2001 From: phillbush Date: Sat, 30 May 2020 11:07:25 -0300 Subject: [PATCH] Updating README to mention patches --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README b/README index 6676c23..23235e2 100644 --- a/README +++ b/README @@ -22,6 +22,20 @@ The files are: • ./xmenu.1: The manual file (man page) for XMenu. • ./xmenu.c: The source code of XMenu. • ./xmenu.sh: A sample script illustrating how to use XMenu. +• ./patches/ See the §Patches section + + +§ Patches + +There are some patches that can be applied to XMenu in order to obtain +novel functionalities. The patches are located at ./patches. There +are the following patches: + +• ./patches/icons.diff: Add suport to image icons before menu entries. + +To apply a patch, use the following command: + + patch -p1 < patches/patch.diff § Installation -- 2.20.1