sites

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

commit 03effda6ad17542ce4a29bce5c2290e2f0d83c49
parent 0126c55325fb428ad3175b52007d682d49b98649
Author: Zhen Xu <xuzhen165@gmail.com>
Date:   Tue,  4 Oct 2022 23:27:37 -0400

Fix Xac's patch typo

There was a typo in Xac's update that made the selected window title bar
blank instead of highlighted. A one line patch fix is applied directly
to the dwm-awesomebar-20220925-6.3.diff file.

Diffstat:
Mdwm.suckless.org/patches/awesomebar/dwm-awesomebar-20220925-6.3.diff | 2+-
Mdwm.suckless.org/patches/awesomebar/index.md | 3+++
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/dwm.suckless.org/patches/awesomebar/dwm-awesomebar-20220925-6.3.diff b/dwm.suckless.org/patches/awesomebar/dwm-awesomebar-20220925-6.3.diff @@ -196,7 +196,7 @@ index a96f33c..c375ba3 100644 + if (!ISVISIBLE(c)) + continue; + if (m->sel == c) -+ scm = SchemeHid; ++ scm = SchemeSel; + else if (HIDDEN(c)) + scm = SchemeHid; + else diff --git a/dwm.suckless.org/patches/awesomebar/index.md b/dwm.suckless.org/patches/awesomebar/index.md @@ -22,6 +22,9 @@ Since this patch relies on knowing how big everything is in the taskbar, make su Changelog --------- +2022-10-04: +* Fix typo in titlebar theme switches + 2022-08-29: * Adapted to recent version * fix: crash on using shortcut `M-J/M-K` when all windows are hidden