commit 68ff5ccc9100724de32e88075fb5a00a8e24dc99
Author: NekoCWD <[email protected]>
Date:   Fri Jan 27 22:05:20 2023 +0300

    [dwm] update 'xrdb' patch for dwm 6.4

diff --git a/dwm.suckless.org/patches/xrdb/dwm-xrdb-6.4.diff 
b/dwm.suckless.org/patches/xrdb/dwm-xrdb-6.4.diff
index d7cde36b..929b4e64 100644
--- a/dwm.suckless.org/patches/xrdb/dwm-xrdb-6.4.diff
+++ b/dwm.suckless.org/patches/xrdb/dwm-xrdb-6.4.diff
@@ -1,7 +1,7 @@
-From 339e25afdf99b34a85e531cf2753f89cea64fc39 Mon Sep 17 00:00:00 2001
+From e7c65d2ce902a19a20daa751b42f8ba0209fdb61 Mon Sep 17 00:00:00 2001
 From: NekoCWD <[email protected]>
-Date: Sun, 15 Jan 2023 22:24:31 +0300
-Subject: [PATCH] XRDB update for dwm6.4
+Date: Sun, 22 Jan 2023 23:42:57 +0300
+Subject: [PATCH] [dwm] xrdb update 6.4
 
 ---
  config.def.h | 22 ++++++++++---------
@@ -11,7 +11,7 @@ Subject: [PATCH] XRDB update for dwm6.4
  4 files changed, 76 insertions(+), 12 deletions(-)
 
 diff --git a/config.def.h b/config.def.h
-index 061ad66..477f2ec 100644
+index 061ad66..686b947 100644
 --- a/config.def.h
 +++ b/config.def.h
 @@ -7,15 +7,16 @@ static const int showbar            = 1;        /* 0 means 
no bar */
@@ -45,7 +45,7 @@ index 061ad66..477f2ec 100644
  
  /* commands */
 -static const char *dmenucmd[] = { "dmenu_run", "-fn", dmenufont, "-nb", 
col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL };
-+static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", 
dmenufont, "-nb", normbgcolor, "-nf", normfgcolor, "-sb", selbordercolor, 
"-sf", selfgcolor, NULL };
++static const char *dmenucmd[] = { "dmenu_run", "-fn", dmenufont, "-nb", 
normbgcolor, "-nf", normfgcolor, "-sb", selbordercolor, "-sf", selfgcolor, NULL 
};
  static const char *termcmd[]  = { "st", NULL };
  
  static const Key keys[] = {


Reply via email to