[wiki] [sites] [dwm][patch][mark] Fix failure when patched (6.2) || Rizqi Nur Assyaufi
 
commit 7a5283d878863bf4eda00e1ccf05e50242f33ccd
Author: Rizqi Nur Assyaufi <bandithijo_AT_gmail.com>
Date:   Sun Aug 8 17:59:40 2021 +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)
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
index 8d63e4d0..c9e5de12 100644
--- a/dwm.suckless.org/patches/mark/dwm-mark-new-6.2.diff
+++ b/dwm.suckless.org/patches/mark/dwm-mark-new-6.2.diff
_AT_@ -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
 _AT_@ -12,10 +12,13 @@ static const char col_gray2[]       = "#444444";
  static const char col_gray3[]       = "#bbbbbb";
  static const char col_gray4[]       = "#eeeeee";
Received on Sun Aug 08 2021 - 12:09:43 CEST
This archive was generated by hypermail 2.3.0
: Sun Aug 08 2021 - 12:12:43 CEST