Return to repo list

suckless-gf-dmenu

Gentoo-friendly patches for Suckless's dmenu.
Return to HMagellan.com

commit 5ccc85fad7168b2e2bd85816be786c2540592c0b
parent 3af2b81393103c6518f30f3a8c64bbb2727b1df8
Author: Erik Letson <hmagellan@hmagellan.com>
Date:   Thu, 20 Aug 2020 15:45:28 -0500

Update README and USAGE files

Diffstat:
MREADME | 2+-
Mpatches/border/USAGE | 2+-
Mpatches/center/USAGE | 2+-
Mpatches/dynamicoptions/USAGE | 2+-
Mpatches/grid/USAGE | 2+-
Mpatches/incremental/USAGE | 4++--
6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/README b/README @@ -42,7 +42,7 @@ patches! (1). https://tools.suckless.org/dmenu/patches/ - CURRENT PROGRESS: 8/32 patches supported + CURRENT PROGRESS: 9/32 patches supported 2/32 patches unsupported USUPPORTED PATCHES: diff --git a/patches/border/USAGE b/patches/border/USAGE @@ -21,7 +21,7 @@ Description from source: No further action is required. == PATCH MODIFICATIONS == -(1). Removed lines relating to config.def.h +(1). Removed lines relating to 'config.def.h' == INCOMPATIBILITIES == No known specific incompatibilities. diff --git a/patches/center/USAGE b/patches/center/USAGE @@ -43,7 +43,7 @@ Description from source: (1). Run dmenu with the '-c' option to center it. == PATCH MODIFICATIONS == -(1). Removed lines relating to config.def.h +(1). Removed lines relating to 'config.def.h' (2). Modified for loop in 'max_textw' to conform to pre-C99 syntax, since apparently that is needed. (3). Added a 'nodoc' patch version which strips out added documentation diff --git a/patches/dynamicoptions/USAGE b/patches/dynamicoptions/USAGE @@ -27,7 +27,7 @@ Description from source: (1). Run dmenu with the '-dy X' option, where 'X' is some command to run whenever dmenu's input is changed. == PATCH MODIFICATIONS == -(1). Removed lines relating to config.def.h +(1). Removed lines relating to 'config.def.h' (2). Added a 'nodoc' patch version which strips out added documentation == INCOMPATIBILITIES == diff --git a/patches/grid/USAGE b/patches/grid/USAGE @@ -25,7 +25,7 @@ Description from source: with '-g' to create a grid. == PATCH MODIFICATIONS == -(1). Removed lines relating to config.def.h +(1). Removed lines relating to 'config.def.h' (2). Added a 'nodoc' patch version which strips out added documentation == INCOMPATIBILITIES == diff --git a/patches/incremental/USAGE b/patches/incremental/USAGE @@ -23,8 +23,8 @@ Description from source: (1). Run dmenu with the '-r' option to use incremental output == PATCH MODIFICATIONS == -(1). Removed lines relating to config.def.h -(2). Changed chunk 2 in the dwm.c diff to be compatible with the current version of the 'usage' function +(1). Removed lines relating to 'config.def.h' +(2). Changed chunk 2 in the 'dwm.c' diff to be compatible with the current version of the 'usage' function (3). Added a 'nodoc' patch version which strips out added documentation == INCOMPATIBILITIES ==