sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 7a5283d878863bf4eda00e1ccf05e50242f33ccd
parent ff972cf36ac511e7f46c773bc60162b24e8270cb
Author: Rizqi Nur Assyaufi <bandithijo@gmail.com>
Date:   Sun,  8 Aug 2021 17:59:40 +0800

[dwm][patch][mark] Fix failure when patched (6.2)

Following the Project ideas > Current small tasks about Fix broken
patches on the wiki.
I've been checking gunther.suckless.org/patches and found that
dwm-mark-new-6.2 patch had status failed.
I have fixed the patch and have successfully tested.
There is only very minor mistake, about mistaken file name.
(config.h -> config.def.h)

Diffstat:
Mdwm.suckless.org/patches/mark/dwm-mark-new-6.2.diff | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dwm.suckless.org/patches/mark/dwm-mark-new-6.2.diff b/dwm.suckless.org/patches/mark/dwm-mark-new-6.2.diff @@ -4,15 +4,15 @@ Date: Mon, 5 Oct 2020 11:04:31 +0100 Subject: [PATCH] Updated Mark patch to work with 6.2 --- - config.h | 14 +++++-- + config.def.h | 14 +++++-- drw.h | 2 +- dwm.c | 111 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 118 insertions(+), 9 deletions(-) -diff --git a/config.h b/config.h +diff --git a/config.def.h b/config.def.h index 3858d75..a416c97 100644 ---- a/config.h -+++ b/config.h +--- a/config.def.h ++++ b/config.def.h @@ -12,10 +12,13 @@ static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; static const char col_gray4[] = "#eeeeee";