sites

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

commit 68ff5ccc9100724de32e88075fb5a00a8e24dc99
parent d65e83518cdf4266bfda27550ac9ed389dcfe55d
Author: NekoCWD <nekodevelopper@gmail.com>
Date:   Fri, 27 Jan 2023 22:05:20 +0300

[dwm] update 'xrdb' patch for dwm 6.4

Diffstat:
Mdwm.suckless.org/patches/xrdb/dwm-xrdb-6.4.diff | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git 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 <nekodevelopper@gmail.com> -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[] = {